diff options
| author | Mel <mel@rnrd.eu> | 2025-04-16 12:56:23 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-16 12:56:23 +0200 |
| commit | 22eb149ed7e337fb49eca779e9f7b8fc1600d823 (patch) | |
| tree | 68678cffcf27fb3490966e04902d6342d9a143dc /machines/lapin | |
| parent | 5e1a9f0179c0beb73b63140a3ee20c4acb04fcc4 (diff) | |
| download | network-22eb149ed7e337fb49eca779e9f7b8fc1600d823.tar.zst network-22eb149ed7e337fb49eca779e9f7b8fc1600d823.zip | |
Configure foundation WWW for all machines
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/lapin')
| -rw-r--r-- | machines/lapin/default.nix | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/machines/lapin/default.nix b/machines/lapin/default.nix index 4940df6..07114e5 100644 --- a/machines/lapin/default.nix +++ b/machines/lapin/default.nix @@ -1,4 +1,4 @@ -{ me, config, ... }: +{ ... }: { imports = [ @@ -7,16 +7,28 @@ ./hardware.nix ./devices.nix - ../../modules/www - ../../services/conduwuit.nix ../../services/pds.nix ../../services/akkoma ]; - foundation.monitoring = { - client.enable = true; - services = [ "base" "akkoma" "pds" "conduwuit" ]; + foundation = { + www = { + enable = true; + + public = true; + tailnet = true; + }; + + monitoring = { + client.enable = true; + services = [ + "base" + "akkoma" + "pds" + "conduwuit" + ]; + }; }; system.stateVersion = "23.05"; |
