Skip to content

Commit

Permalink
global-persistence: add workaround for machine-id
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Nov 8, 2024
1 parent d38bb89 commit 358b58a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/profiles/global-persistence/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
];
user.directories = [ ".local/share/nix" ];
};

# TODO wait for https://github.com/nix-community/impermanence/issues/229
systemd.suppressedSystemUnits = [ "systemd-machine-id-commit.service" ];
}

0 comments on commit 358b58a

Please sign in to comment.