diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 23:22:15 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-01 23:22:15 +0100 |
commit | 32a01c43c0d910ac349e3c5c806a7f1811a7179f (patch) | |
tree | 2fb0ae8902dd85807387fba9aecd618bb8631741 /roles/server.nix | |
parent | 24eb87d36b150f6364b843bbd9483c8586755354 (diff) |
snorlax2
Diffstat (limited to 'roles/server.nix')
-rw-r--r-- | roles/server.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/roles/server.nix b/roles/server.nix index c7321ee..811a648 100644 --- a/roles/server.nix +++ b/roles/server.nix @@ -1,15 +1,7 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./base.nix ]; - users.users.jras = { - createHome = true; - isNormalUser = true; - extraGroups = [ "wheel" ]; - shell = pkgs.zsh; - packages = with pkgs; [ git helix curl ]; - }; - programs.mtr.enable = true; services.openssh = { |