configuration.nix aktualisiert

Enabled Flakes Support
This commit is contained in:
fnord 2025-05-07 19:38:39 +02:00
parent 4848cbe90b
commit 52078c84ee

View file

@ -15,6 +15,8 @@
./hostname.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
#networking.hostName = "chch-elab-r"; # Define your hostname.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.