Remove mkHost helper

This commit is contained in:
2024-07-11 19:42:29 -07:00
parent 01f87a620d
commit 13cb1c6223
5 changed files with 31 additions and 33 deletions

View File

@@ -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" ];
};
};
}