configuration.nix aktualisiert
Enabled Flakes Support
This commit is contained in:
parent
4848cbe90b
commit
52078c84ee
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue