From 3940f52760ce1c1991673e89b50d3569b169be40 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 22 Jan 2026 15:37:46 +0900 Subject: [PATCH] hosts/various: remove empty `environment.systemPackages` lists --- hosts/brzeczyszczykiewicz/configuration.nix | 4 ---- hosts/georg/configuration.nix | 4 ---- hosts/kommode/configuration.nix | 2 -- hosts/shark/configuration.nix | 4 ---- hosts/temmie/configuration.nix | 4 ---- hosts/wenche/configuration.nix | 4 ---- 6 files changed, 22 deletions(-) diff --git a/hosts/brzeczyszczykiewicz/configuration.nix b/hosts/brzeczyszczykiewicz/configuration.nix index 954e674..22473cf 100644 --- a/hosts/brzeczyszczykiewicz/configuration.nix +++ b/hosts/brzeczyszczykiewicz/configuration.nix @@ -18,10 +18,6 @@ address = with values.hosts.brzeczyszczykiewicz; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; - # List packages installed in system profile - environment.systemPackages = with pkgs; [ - ]; - fonts.fontconfig.enable = true; # List services that you want to enable: diff --git a/hosts/georg/configuration.nix b/hosts/georg/configuration.nix index 2316a71..b8a2727 100644 --- a/hosts/georg/configuration.nix +++ b/hosts/georg/configuration.nix @@ -18,10 +18,6 @@ address = with values.hosts.georg; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; - # List packages installed in system profile - environment.systemPackages = with pkgs; [ - ]; - # List services that you want to enable: diff --git a/hosts/kommode/configuration.nix b/hosts/kommode/configuration.nix index 8a6fac7..eee4bc9 100644 --- a/hosts/kommode/configuration.nix +++ b/hosts/kommode/configuration.nix @@ -26,7 +26,5 @@ services.btrfs.autoScrub.enable = true; - environment.systemPackages = with pkgs; []; - system.stateVersion = "24.11"; } diff --git a/hosts/shark/configuration.nix b/hosts/shark/configuration.nix index 8c45bee..31b2ae2 100644 --- a/hosts/shark/configuration.nix +++ b/hosts/shark/configuration.nix @@ -21,10 +21,6 @@ address = with values.hosts.shark; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; - # List packages installed in system profile - environment.systemPackages = with pkgs; [ - ]; - # List services that you want to enable: # This value determines the NixOS release from which the default diff --git a/hosts/temmie/configuration.nix b/hosts/temmie/configuration.nix index 21eda16..af5b199 100644 --- a/hosts/temmie/configuration.nix +++ b/hosts/temmie/configuration.nix @@ -23,10 +23,6 @@ address = with values.hosts.temmie; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; - # List packages installed in system profile - environment.systemPackages = with pkgs; [ - ]; - # List services that you want to enable: # This value determines the NixOS release from which the default diff --git a/hosts/wenche/configuration.nix b/hosts/wenche/configuration.nix index c3f0c6f..4c0e0d7 100644 --- a/hosts/wenche/configuration.nix +++ b/hosts/wenche/configuration.nix @@ -36,9 +36,5 @@ package = config.boot.kernelPackages.nvidiaPackages.production; }; - # List packages installed in system profile - environment.systemPackages = with pkgs; [ - ]; - system.stateVersion = "24.11"; # Did you read the comment? }