This commit is contained in:
Ghostfox
2026-04-04 18:23:05 +02:00
parent df872d185e
commit 6ae3e3552e
5 changed files with 11 additions and 4 deletions

View File

@@ -3,12 +3,14 @@
# NixOS
users.users.dark = {
isNormalUser = true;
description = "Dark Steveneq";
description = "Ghostfox";
extraGroups = [
"wheel"
"networkmanager"
"video"
"kvm"
"wireshark"
"docker"
];
};