leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
1 changed files with 2 additions and 7 deletions
Showing only changes of commit 76ee9d1bfc - Show all commits

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, pkgs, lib, ... }:
{ config, pkgs, ... }:
{
deployment = {
@ -8,7 +8,6 @@
hypervisor = "qemu";
};
networking.hostName = "kibana";
networking.firewall.allowedTCPPorts = [ 80 443 ];
nixpkgs.config.allowUnfree = true;
services.elasticsearch = {
@ -51,9 +50,5 @@
};
};
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "22.11"; # Did you read the comment?
system.stateVersion = "22.11";
}