mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
misc cleanup
This commit is contained in:
parent
ff27e74690
commit
a75028bfdc
2 changed files with 6 additions and 7 deletions
|
@ -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 ];
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
networking = {
|
||||
hostName = "pixnix";
|
||||
# wireless.enable = true;
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue