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";
|
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7uX1myj9ghv7wMoL038oGDCdScdyLd7RvYdnoioSBh root@Infini-DESKTOP";
|
||||||
|
|
||||||
persist = {
|
persist.directories = [
|
||||||
directories = [
|
"/srv"
|
||||||
"/srv"
|
];
|
||||||
];
|
|
||||||
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
@ -57,13 +57,9 @@
|
||||||
|
|
||||||
virtualisation.enable = true;
|
virtualisation.enable = true;
|
||||||
|
|
||||||
persist = {
|
persist.directories = [
|
||||||
directories = [
|
"/srv"
|
||||||
"/srv"
|
];
|
||||||
];
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.settings.accept-flake-config = true;
|
nix.settings.accept-flake-config = true;
|
||||||
|
|
||||||
|
|
|
@ -50,12 +50,4 @@
|
||||||
sshUser = "remotebuild";
|
sshUser = "remotebuild";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
persist = {
|
|
||||||
directories = [
|
|
||||||
];
|
|
||||||
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,13 +44,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
persist = {
|
|
||||||
directories = [
|
|
||||||
];
|
|
||||||
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,12 +31,7 @@
|
||||||
avahi.reflector = true;
|
avahi.reflector = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
persist = {
|
persist.directories = [
|
||||||
directories = [
|
"/srv"
|
||||||
"/srv"
|
];
|
||||||
];
|
|
||||||
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue