hosts/*: clean up unnecessary empty persists
This commit is contained in:
parent
f08eb1df6c
commit
f70739f81c
5 changed files with 9 additions and 39 deletions
|
@ -16,14 +16,9 @@
|
|||
|
||||
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7uX1myj9ghv7wMoL038oGDCdScdyLd7RvYdnoioSBh root@Infini-DESKTOP";
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
"/srv"
|
||||
];
|
||||
|
||||
files = [
|
||||
];
|
||||
};
|
||||
persist.directories = [
|
||||
"/srv"
|
||||
];
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue