refactor(hosts): remove /etc/nixos from persistence
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s

This commit is contained in:
Price Hiller 2024-11-11 23:14:19 -06:00
parent 88d64a5f73
commit 2e69205abc
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ in
hideMounts = true;
directories = [
"/var/lib"
"/etc/nixos"
];
};
services = {

View File

@ -26,7 +26,6 @@ in
hideMounts = true;
directories = [
"/var/lib"
"/etc/nixos"
];
};