started new ssh module with janus

This commit is contained in:
John Lancaster
2026-07-05 18:21:52 -05:00
parent fa29ce93f4
commit dc89592eb1
4 changed files with 281 additions and 16 deletions
+1 -4
View File
@@ -15,12 +15,9 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
git
zsh
selfPackages.jsl-zsh-tty
];
environment.shells = lib.mkAfter [
rootShellPath
];
environment.shells = lib.mkAfter [ rootShellPath ];
users.users.root.shell = lib.mkForce rootShellPath;
# security.sudo-rs.enable = true;