Remove mkHost helper
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
{ options, config, lib, ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
users.users = {
|
||||
nettika = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user