summaryrefslogtreecommitdiff
path: root/hosts/local/ohira
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/ohira')
-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;