Update configuration-example.nix
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
users.users.satoshi = {
|
users.users.satoshi = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "satoshi";
|
description = "satoshi";
|
||||||
extraGroups = ["networkmanager" "wheel"];
|
extraGroups = ["wheel"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user