mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user