Skip to content

Commit

Permalink
fix(modules/impermanence/nixos): enable 'boot.initrd.systemd'
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 10, 2024
1 parent 872e98b commit 87b9ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/impermanence/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
cfg.btrfsSnapshots.enable {
# supportedFilesystems = ["btrfs"]; # TODO: required?

systemd.enable = true;

systemd.services.impermanence = {
after = ["systemd-cryptsetup@enc.service"];
before = ["sysroot.mount"];
Expand Down

0 comments on commit 87b9ae4

Please sign in to comment.