leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
Showing only changes of commit 76ee9d1bfc - Show all commits

View File

@ -1,4 +1,4 @@
{ zentralwerk, config, pkgs, lib, ... }: { config, pkgs, ... }:
{ {
deployment = { deployment = {
@ -8,7 +8,6 @@
hypervisor = "qemu"; hypervisor = "qemu";
}; };
networking.hostName = "kibana"; networking.hostName = "kibana";
networking.firewall.allowedTCPPorts = [ 80 443 ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
services.elasticsearch = { services.elasticsearch = {
@ -51,9 +50,5 @@
}; };
}; };
# This value determines the NixOS release with which your system is to be system.stateVersion = "22.11";
# 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?
} }