aboutsummaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/server/default.nix7
-rw-r--r--hosts/profiles/nas.nix (renamed from hosts/common/nas.nix)19
2 files changed, 10 insertions, 16 deletions
diff --git a/hosts/common/server/default.nix b/hosts/common/server/default.nix
deleted file mode 100644
index 2986f66..0000000
--- a/hosts/common/server/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
- imports = [
- ./monitoring.nix
- ];
-}
diff --git a/hosts/common/nas.nix b/hosts/profiles/nas.nix
index dd6d81d..10ba67c 100644
--- a/hosts/common/nas.nix
+++ b/hosts/profiles/nas.nix
@@ -2,15 +2,16 @@
{
imports = [
- ./server/default.nix
- ./server/samba.nix
- ./server/prometheus.nix
- ./server/grafana.nix
- ./server/traefik.nix
- ./server/transmission.nix
- ./server/unifi.nix
- ./server/gitea.nix
- ./server/rclone.nix
+ # other profiles
+ ./server.nix
+ ../common/server/samba.nix
+ ../common/server/prometheus.nix
+ ../common/server/grafana.nix
+ ../common/server/traefik.nix
+ ../common/server/transmission.nix
+ ../common/server/unifi.nix
+ ../common/server/gitea.nix
+ ../common/server/rclone.nix
];
users.groups.nas.gid = 5000;