This commit is contained in:
John Lancaster
2026-03-25 18:59:17 -05:00
parent fae745af5a
commit 8b4a2a36b6
3 changed files with 0 additions and 16 deletions
@@ -24,7 +24,6 @@
extraGroups = [
"networkmanager"
"wheel"
"docker"
];
shell = pkgs.zsh;
};
@@ -48,11 +47,6 @@
samba
];
virtualisation.docker = {
enable = true;
enableOnBoot = true;
};
# For gnome systray icons
services.udev.packages = with pkgs; [ gnome-settings-daemon ];