summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-10 22:02:24 -0500
committerseth <[email protected]>2023-03-10 22:02:24 -0500
commit51409e1added640128347ec8c7013e13a59d0517 (patch)
tree22378e36d3ae68a28a9bf1c2a8176c8f27aacc83 /hosts/default.nix
parent4052e2795080d4ce72e64aec4e7b6eb8d823946e (diff)
give agenix it's own directory
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;