Fixes
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
# NixOS
|
||||
users.users.dark = {
|
||||
isNormalUser = true;
|
||||
description = "Dark Steveneq";
|
||||
description = "Ghostfox";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"kvm"
|
||||
"wireshark"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user