Skip to content

Commit f0291f5

Browse files
committed
impermanence: remove old workaround
1 parent c40bf2d commit f0291f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/nixos/common/impermanence.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
inputs.impermanence.nixosModule
44
];
55

6-
# workaround https://github.com/nix-community/impermanence/issues/229
7-
# note `systemd.tmpfiles.rules` workaround did not work
8-
boot.initrd.systemd.suppressedUnits = ["systemd-machine-id-commit.service"];
9-
systemd.suppressedSystemUnits = ["systemd-machine-id-commit.service"];
10-
116
fileSystems."/" = {
127
device = "none";
138
fsType = "tmpfs";

0 commit comments

Comments
 (0)