From 79537dae587a8ec0efa7e990ba41eebb51df2019 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 3 Oct 2025 17:44:48 +0200 Subject: Add new taureau host Signed-off-by: Mel --- machines/taureau/default.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 machines/taureau/default.nix (limited to 'machines/taureau/default.nix') diff --git a/machines/taureau/default.nix b/machines/taureau/default.nix new file mode 100644 index 0000000..8c6b092 --- /dev/null +++ b/machines/taureau/default.nix @@ -0,0 +1,29 @@ +{ me, machines, ... }: + +{ + imports = [ + ../../modules/common.nix + + ./hardware.nix + ./devices.nix + ]; + + foundation = { + www = { + enable = true; + + public = true; + tailnet = false; + }; + + monitoring = { + client.enable = true; + services = [ + "base" + "tailnet" + ]; + }; + }; + + system.stateVersion = "25.05"; +} -- cgit 1.4.1