summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 8aa7324..473d16b 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -9,11 +9,8 @@ with inputs; let
home-manager.nixosModules.home-manager
nur.nixosModules.nur
{
- services.openssh = {
- enable = true;
- };
age = {
- identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
+ identityPaths = ["/etc/age/key"];
secrets = {
rootPassword.file = ../secrets/rootPassword.age;
sethPassword.file = ../secrets/sethPassword.age;