This commit is contained in:
2025-10-10 02:09:39 +03:00
parent e25859ed0a
commit 78fbbb1160
+2 -1
View File
@@ -43,6 +43,7 @@
defaultSopsFile = ../secrets/default.yaml;
secrets = {
hashed_password = {
neededForUsers = true;
key = "hashed_password";
format = "yaml";
};
@@ -79,6 +80,6 @@
};
};
};
fileSystems."/etc/ssh".neededForBoot = true;
}