hosts/*: clean and standardize format

This commit is contained in:
Infinidoge 2025-03-11 14:42:23 -04:00
parent f70739f81c
commit 3a5c6800fa
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
13 changed files with 62 additions and 135 deletions

View file

@ -7,30 +7,14 @@
system.stateVersion = "22.05";
info.loc.home = true;
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO8ptHWTesaUzglq01O8OVqeAGxFhXutUZpkgPpBFqzY root@Infini-SERVER";
modules = {
hardware = {
# gpu.nvidia = true;
form.server = true;
};
services.apcupsd = {
enable = false;
primary = false;
config = {
address = "192.168.1.212";
};
};
};
info.loc.home = true;
modules.hardware.form.server = true;
boot.loader.timeout = 1;
services = {
avahi.reflector = true;
};
persist.directories = [
"/srv"
];