Refactor server files

This commit is contained in:
Vili Sinervä 2025-05-29 02:12:20 +03:00
parent c3f87354a9
commit 0a78188848
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
21 changed files with 90 additions and 111 deletions

View file

@ -4,7 +4,7 @@
imports = [
../base.nix
../services/acme-cert-store.nix
../servers/acme-cert-store.nix
];
#Many installs will need this, and it won't hurt either way

View file

@ -4,7 +4,7 @@
imports = [
../base.nix
../services/forgejo.nix
../servers/forgejo.nix
];
# HARDWARE SPECIFIC

View file

@ -6,7 +6,7 @@
../base.nix
../desktop.nix
../users/vili.nix
../services/gaming-server.nix
../servers/gaming-server.nix
../hardware-specific/nvidia.nix
];

View file

@ -6,7 +6,7 @@
imports = [
../base.nix
../services/nextcloud.nix
../servers/nextcloud.nix
];
# Networking conf including WireGuard

View file

@ -5,7 +5,7 @@
imports = [
../base.nix
../services/nextcloud.nix
../servers/nextcloud.nix
];
# HARDWARE SPECIFIC

View file

@ -4,7 +4,7 @@
imports = [
../base.nix
../services/siit-dc.nix
../servers/siit-dc.nix
];
# HARDWARE SPECIFIC

View file

@ -5,7 +5,7 @@
imports = [
../base.nix
../users/vili.nix
../services/syncthing.nix
../servers/syncthing.nix
];
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;

View file

@ -4,7 +4,7 @@
imports = [
../base.nix
../services/vaultwarden.nix
../servers/vaultwarden.nix
];
# HARDWARE SPECIFIC