misc cleanup

This commit is contained in:
John Bowdre 2023-09-23 20:46:36 -05:00
parent ff27e74690
commit a75028bfdc
2 changed files with 6 additions and 7 deletions

View File

@ -6,17 +6,17 @@ in
isNormalUser = true;
shell = pkgs.fish;
extraGroups = [
"wheel"
"video"
"audio"
"video"
"wheel"
] ++ ifTheyExist [
"network"
"wireshark"
"mysql"
"docker"
"podman"
"libvirtd"
"mysql"
"network"
"networkmanager"
"podman"
"wireshark"
];
packages = [ pkgs.home-manager ];

View File

@ -21,7 +21,6 @@
networking = {
hostName = "pixnix";
# wireless.enable = true;
networkmanager.enable = true;
};