Refactor server files
This commit is contained in:
parent
c3f87354a9
commit
0a78188848
21 changed files with 90 additions and 111 deletions
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/forgejo.nix
|
||||
../servers/forgejo.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
../base.nix
|
||||
../desktop.nix
|
||||
../users/vili.nix
|
||||
../services/gaming-server.nix
|
||||
../servers/gaming-server.nix
|
||||
../hardware-specific/nvidia.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/nextcloud.nix
|
||||
../servers/nextcloud.nix
|
||||
];
|
||||
|
||||
# Networking conf including WireGuard
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/nextcloud.nix
|
||||
../servers/nextcloud.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/siit-dc.nix
|
||||
../servers/siit-dc.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
imports = [
|
||||
../base.nix
|
||||
../users/vili.nix
|
||||
../services/syncthing.nix
|
||||
../servers/syncthing.nix
|
||||
];
|
||||
|
||||
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
imports = [
|
||||
../base.nix
|
||||
../services/vaultwarden.nix
|
||||
../servers/vaultwarden.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue