diff options
Diffstat (limited to '')
-rwxr-xr-x | modules/users/ks.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/users/ks.nix b/modules/users/ks.nix index 1039fd1..0e2d36c 100755 --- a/modules/users/ks.nix +++ b/modules/users/ks.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - home-manager, - ... -}: +{ ... }: { @@ -13,7 +8,6 @@ "wheel" "ocp" ]; - packages = with pkgs; [ ]; #initialPassword = "password"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPUDh1WPUF6mPQ1E38ozUjY/DZhEbwZL37eZ51DgpuLo ks" ]; }; |