summaryrefslogtreecommitdiff
path: root/hosts/local
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-12 03:13:47 +0700
committerpolwex <polwex@sortug.com>2024-09-12 03:13:47 +0700
commite179300899ea74865cd35fb38f7d589dcd269ecb (patch)
treed4ed77eb5c992b764d3c1bff62dbcaa5d28b4bd6 /hosts/local
parent71875f0b723fb51ec59a18ee612d385702fb8765 (diff)
m
Diffstat (limited to 'hosts/local')
-rw-r--r--hosts/local/ohira/configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix
index 91d4abf..e5316f5 100644
--- a/hosts/local/ohira/configuration.nix
+++ b/hosts/local/ohira/configuration.nix
@@ -120,6 +120,15 @@
# thunderbird
];
};
+ users.users.leo2 = {
+ isNormalUser = true;
+ description = "leo2";
+ extraGroups = ["networkmanager" "wheel"];
+ packages = with pkgs; [
+ # firefox
+ # thunderbird
+ ];
+ };
# Allow unfree packages
nixpkgs.config.allowUnfree = true;