moved impermanence config for var lib private into impermanence module
This commit is contained in:
parent
4db136d527
commit
3b00ebe572
3 changed files with 30 additions and 22 deletions
|
@ -28,10 +28,6 @@
|
|||
};
|
||||
}))
|
||||
(lib.mkIf config.host.impermanence.enable {
|
||||
# TODO: move this somewhere common
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/private 0700 root root"
|
||||
];
|
||||
environment.persistence."/persist/system/root" = {
|
||||
enable = true;
|
||||
hideMounts = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue