hosts/various: remove empty environment.systemPackages lists

This commit is contained in:
h7x4
2026-01-22 15:37:46 +09:00
parent e2f3c81ecd
commit 3940f52760
6 changed files with 0 additions and 22 deletions

View File

@@ -18,10 +18,6 @@
address = with values.hosts.brzeczyszczykiewicz; [ (ipv4 + "/25") (ipv6 + "/64") ]; address = with values.hosts.brzeczyszczykiewicz; [ (ipv4 + "/25") (ipv6 + "/64") ];
}; };
# List packages installed in system profile
environment.systemPackages = with pkgs; [
];
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
# List services that you want to enable: # List services that you want to enable:

View File

@@ -18,10 +18,6 @@
address = with values.hosts.georg; [ (ipv4 + "/25") (ipv6 + "/64") ]; 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: # List services that you want to enable:

View File

@@ -26,7 +26,5 @@
services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.enable = true;
environment.systemPackages = with pkgs; [];
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }

View File

@@ -21,10 +21,6 @@
address = with values.hosts.shark; [ (ipv4 + "/25") (ipv6 + "/64") ]; 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: # List services that you want to enable:
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@@ -23,10 +23,6 @@
address = with values.hosts.temmie; [ (ipv4 + "/25") (ipv6 + "/64") ]; 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: # List services that you want to enable:
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@@ -36,9 +36,5 @@
package = config.boot.kernelPackages.nvidiaPackages.production; 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? system.stateVersion = "24.11"; # Did you read the comment?
} }