Move nix.settings
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
modules = [
|
||||
{
|
||||
networking.hostName = hostName;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
system.stateVersion = stateVersion;
|
||||
time.timeZone = timeZone;
|
||||
}
|
||||
|
@@ -1,11 +1,13 @@
|
||||
{ options, config, lib, ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
users.users = {
|
||||
nettika = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
Reference in New Issue
Block a user