feat(users): remove guest account
This commit is contained in:
parent
a30a20841c
commit
0c444e9722
1 changed files with 0 additions and 12 deletions
12
common.nix
12
common.nix
|
|
@ -111,18 +111,6 @@
|
||||||
# access to /pile/Music
|
# access to /pile/Music
|
||||||
users.groups.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.
|
# Install firefox.
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue