diff --git a/common.nix b/common.nix index ee13e05..8275756 100644 --- a/common.nix +++ b/common.nix @@ -111,18 +111,6 @@ # access to /pile/Music users.groups.music = {}; - users.users.guest = { - createHome = true; - isNormalUser = true; - description = "Guest Account"; - extraGroups = ["networkmanager"]; - shell = pkgs.zsh; - packages = with pkgs; [ - mpv - vlc - ]; - }; - # Install firefox. programs.firefox.enable = true;