mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Fix mups
This commit is contained in:
parent
0e00821e0e
commit
bbc1b6f794
8 changed files with 66 additions and 94 deletions
|
|
@ -8,10 +8,10 @@ with lib; {
|
|||
options.mods.impermanence.enable = mkEnableOption "enables impermanence";
|
||||
|
||||
config = mkIf config.mods.impermanence.enable {
|
||||
environment.persistence."/persist" = {
|
||||
directories = ["/var/lib/nixos" "/var/lib/systemd/coredump"];
|
||||
files = ["/var/lib/sops-nix/key.txt" "/etc/machine-id"];
|
||||
};
|
||||
# environment.persistence."/persist" = {
|
||||
# directories = ["/var/lib/nixos" "/var/lib/systemd/coredump"];
|
||||
# files = ["/var/lib/sops-nix/key.txt" "/etc/machine-id"];
|
||||
# };
|
||||
|
||||
boot.initrd.postResumeCommands =
|
||||
lib.mkAfter # sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue