fixup! nixos: setup home on tmpfs
This commit is contained in:
parent
5cd54c4323
commit
ed174ed661
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{lib, ...}: {
|
{lib, ...}: {
|
||||||
### sops-nix
|
### sops-nix
|
||||||
sops.age.sshKeyPaths = lib.mkForce ["/nix/persist/system/etc/ssh/ssh_host_ed25519_key"];
|
sops.age.sshKeyPaths = lib.mkForce ["/persist/etc/ssh/ssh_host_ed25519_key"];
|
||||||
|
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems."/persist".neededForBoot = true;
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
|
|
Loading…
Reference in a new issue