Tinker with groups, fix 'no effect' prompt
This commit is contained in:
parent
51044e15eb
commit
1f3178804c
2 changed files with 7 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
programs.zellij = {
|
||||
enable = true;
|
||||
attachExistingSession = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
||||
|
|
|
@ -15,22 +15,23 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJahAoF74BY6GCTsFkt1ADKaraFgJJozW1Y1aBTLK0j9 Pixel9"
|
||||
];
|
||||
extraGroups = [
|
||||
# Privilige
|
||||
"wheel"
|
||||
|
||||
# Devices
|
||||
"audio"
|
||||
"input"
|
||||
"render"
|
||||
"rtkit"
|
||||
"video"
|
||||
|
||||
"dialout"
|
||||
"disk"
|
||||
"rtkit"
|
||||
|
||||
# Virtualization
|
||||
"incus-admin"
|
||||
"kvm"
|
||||
"libvirtd"
|
||||
"qemu-libvirtd"
|
||||
|
||||
"incus-admin"
|
||||
# Services
|
||||
"minecraft"
|
||||
"nfsShare"
|
||||
"nginx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue