diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/vm-aarch64.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/vm-aarch64.nix b/machines/vm-aarch64.nix index ced1b86..9832eb2 100644 --- a/machines/vm-aarch64.nix +++ b/machines/vm-aarch64.nix @@ -1,6 +1,9 @@ # https://github.com/mitchellh/nixos-config/blob/main/machines/vm-aarch64-prl.nix { config, pkgs, lib, ... }: { system.stateVersion = "24.05"; + + sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt"; + services.openssh.enable = true; services.openssh.settings.PasswordAuthentication = true; services.openssh.settings.PermitRootLogin = "yes"; |
