summary refs log tree commit diff stats
path: root/system/mba.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-27 13:01:25 +0200
committerAlan Pearce2024-06-27 13:01:25 +0200
commite81dcb08d5ae997016035a3e64b8ab6fae364588 (patch)
tree9ad674ee1bf2ee8ddb55c39752ce4c7442b22d41 /system/mba.nix
parent508a0a79c0dae4ed9ea68e805e0e1968b58f7d10 (diff)
downloadnixfiles-e81dcb08d5ae997016035a3e64b8ab6fae364588.tar.lz
nixfiles-e81dcb08d5ae997016035a3e64b8ab6fae364588.tar.zst
nixfiles-e81dcb08d5ae997016035a3e64b8ab6fae364588.zip
mba: enable caddy
Diffstat (limited to 'system/mba.nix')
-rw-r--r--system/mba.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/mba.nix b/system/mba.nix
index ca1b76d8..c29f6833 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -2,9 +2,16 @@
   imports = [
     ./settings/darwin.nix
     ./settings/programs/base.nix
+    ./settings/dev.nix
     ./settings/programs/shell.nix
+    <personal/modules/darwin/caddy>
   ];
 
+  services.caddy = {
+    user = "root";
+    group = "wheel";
+  };
+
   networking = {
     hostName = "mba";
   };