hosts/*: clean up unnecessary empty persists
This commit is contained in:
parent
f08eb1df6c
commit
f70739f81c
5 changed files with 9 additions and 39 deletions
|
@ -57,13 +57,9 @@
|
|||
|
||||
virtualisation.enable = true;
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
"/srv"
|
||||
];
|
||||
files = [
|
||||
];
|
||||
};
|
||||
persist.directories = [
|
||||
"/srv"
|
||||
];
|
||||
|
||||
nix.settings.accept-flake-config = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue