We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40bf2d commit f0291f5Copy full SHA for f0291f5
modules/nixos/common/impermanence.nix
@@ -3,11 +3,6 @@
3
inputs.impermanence.nixosModule
4
];
5
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
-
11
fileSystems."/" = {
12
device = "none";
13
fsType = "tmpfs";
0 commit comments