stable machine id
This commit is contained in:
parent
b0e9502903
commit
ba3a3a40da
|
@ -123,6 +123,7 @@ in
|
||||||
|
|
||||||
# keep some stuff persistent
|
# keep some stuff persistent
|
||||||
environment.persistence."/nix/persistent" = {
|
environment.persistence."/nix/persistent" = {
|
||||||
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
# systemd timers
|
# systemd timers
|
||||||
{ directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
|
{ directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
|
||||||
|
@ -130,6 +131,9 @@ in
|
||||||
# clamav database
|
# clamav database
|
||||||
{ directory = "/var/lib/clamav"; user = "clamav"; group = "clamav"; mode = "u=rwx,g=rx,o=rx"; }
|
{ directory = "/var/lib/clamav"; user = "clamav"; group = "clamav"; mode = "u=rwx,g=rx,o=rx"; }
|
||||||
];
|
];
|
||||||
|
files = [
|
||||||
|
"/etc/machine-id"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable fast dbus
|
# enable fast dbus
|
||||||
|
|
Loading…
Reference in a new issue