From 6085f86d2a39c5c8d8c8f256fe2650f02e6ff368 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 29 May 2023 02:13:36 +0200 Subject: initial jump to nixos 23.05 --- chaski/configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'chaski/configuration.nix') diff --git a/chaski/configuration.nix b/chaski/configuration.nix index cbc2e91..c6141fc 100644 --- a/chaski/configuration.nix +++ b/chaski/configuration.nix @@ -8,7 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./services/uplcg.nix + # ./services/uplcg.nix ./services/tracktrain.nix ./services/chat.nix ./services/bahnhof-name.nix @@ -19,7 +19,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.devices = [ "/dev/sda" ]; networking = { @@ -44,11 +43,5 @@ firewall.allowedTCPPorts = [ 80 443 ]; }; - services.nix-serve = { - enable = true; - openFirewall = true; - }; - - system.stateVersion = "20.09"; # Did you read the comment? } -- cgit v1.2.3