Skip to content

Commit 71a1a04

Browse files
committed
remove workaround for /etc/machine-id impermanence
1 parent ffed50e commit 71a1a04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

impermanence.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# required system files
1818
files = [
19-
# "/etc/machine-id"
19+
"/etc/machine-id"
2020
];
2121

2222
users.${username} = {
@@ -34,6 +34,5 @@
3434

3535
systemd.tmpfiles.rules = [
3636
"d /persist/z 0700 ${username} ${username} -" # create a persisted "home" directory for `zogstrip`
37-
"L /etc/machine-id - - - - /persist/etc/machine-id" # TODO: workaround for https://github.com/NixOS/nixpkgs/pull/351151
3837
];
3938
}

0 commit comments

Comments
 (0)