summaryrefslogtreecommitdiff
path: root/roles/server.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-02-01 23:22:15 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-02-01 23:22:15 +0100
commit32a01c43c0d910ac349e3c5c806a7f1811a7179f (patch)
tree2fb0ae8902dd85807387fba9aecd618bb8631741 /roles/server.nix
parent24eb87d36b150f6364b843bbd9483c8586755354 (diff)
snorlax2
Diffstat (limited to 'roles/server.nix')
-rw-r--r--roles/server.nix10
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 = {