hosts/*: clean up unnecessary empty persists

This commit is contained in:
Infinidoge 2025-03-11 14:09:43 -04:00
parent f08eb1df6c
commit f70739f81c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
5 changed files with 9 additions and 39 deletions

View file

@ -57,13 +57,9 @@
virtualisation.enable = true;
persist = {
directories = [
"/srv"
];
files = [
];
};
persist.directories = [
"/srv"
];
nix.settings.accept-flake-config = true;