mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
remove nix coniguration from configuration.nix to separate module
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
./modules
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
networking.hostName = hostname;
|
||||
|
||||
system.stateVersion = stateVersion;
|
||||
|
@@ -9,6 +9,7 @@
|
||||
./mime.nix
|
||||
./net.nix
|
||||
./nh.nix
|
||||
./nix.nix
|
||||
./stylix.nix
|
||||
./timezone.nix
|
||||
./user.nix
|
||||
|
3
nixos/modules/nix.nix
Normal file
3
nixos/modules/nix.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
Reference in New Issue
Block a user