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 = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
attachExistingSession = true;
|
attachExistingSession = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =
|
||||||
|
|
|
@ -15,22 +15,23 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJahAoF74BY6GCTsFkt1ADKaraFgJJozW1Y1aBTLK0j9 Pixel9"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJahAoF74BY6GCTsFkt1ADKaraFgJJozW1Y1aBTLK0j9 Pixel9"
|
||||||
];
|
];
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
# Privilige
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
||||||
|
# Devices
|
||||||
"audio"
|
"audio"
|
||||||
"input"
|
"input"
|
||||||
"render"
|
"render"
|
||||||
|
"rtkit"
|
||||||
"video"
|
"video"
|
||||||
|
|
||||||
"dialout"
|
# Virtualization
|
||||||
"disk"
|
"incus-admin"
|
||||||
"rtkit"
|
|
||||||
|
|
||||||
"kvm"
|
"kvm"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"qemu-libvirtd"
|
"qemu-libvirtd"
|
||||||
|
|
||||||
"incus-admin"
|
# Services
|
||||||
"minecraft"
|
"minecraft"
|
||||||
"nfsShare"
|
"nfsShare"
|
||||||
"nginx"
|
"nginx"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue