Update configuration-example.nix

This commit is contained in:
Bitcoin Txoko
2024-07-21 12:02:36 +02:00
committed by GitHub
parent ab32268312
commit 783e7fa432
+1 -1
View File
@@ -17,7 +17,7 @@
users.users.satoshi = {
isNormalUser = true;
description = "satoshi";
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["wheel"];
packages = with pkgs; [
# thunderbird
];