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 = { users.users.satoshi = {
isNormalUser = true; isNormalUser = true;
description = "satoshi"; description = "satoshi";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["wheel"];
packages = with pkgs; [ packages = with pkgs; [
# thunderbird # thunderbird
]; ];