aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core.nix b/modules/core.nix
index 15d3581..fb1cf32 100644
--- a/modules/core.nix
+++ b/modules/core.nix
@@ -49,7 +49,7 @@
description = "Rosa";
extraGroups = [ "wheel" ];
isNormalUser = true;
- openssh.authorizedKeys.keyFiles = [ ./.ssh/id_rosa.pub ];
+ openssh.authorizedKeys.keyFiles = [ ../.ssh/id_rosa.pub ];
};
};
}