mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
defaultSopsFile = ../secrets/default.yaml;
|
defaultSopsFile = ../secrets/default.yaml;
|
||||||
secrets = {
|
secrets = {
|
||||||
hashed_password = {
|
hashed_password = {
|
||||||
|
neededForUsers = true;
|
||||||
key = "hashed_password";
|
key = "hashed_password";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
};
|
};
|
||||||
@@ -79,6 +80,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/etc/ssh".neededForBoot = true;
|
fileSystems."/etc/ssh".neededForBoot = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user