From 519d8ec24f9447c7a922353dde07f7abe2895d75 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 27 Jul 2025 19:26:04 +0200 Subject: Add new zibeline machine configuration Signed-off-by: Mel --- machines/zibeline/default.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 machines/zibeline/default.nix (limited to 'machines/zibeline/default.nix') diff --git a/machines/zibeline/default.nix b/machines/zibeline/default.nix new file mode 100644 index 0000000..c35154c --- /dev/null +++ b/machines/zibeline/default.nix @@ -0,0 +1,28 @@ +{ me, machines, ... }: + +{ + imports = [ + ../../modules/common.nix + + ./hardware.nix + ./devices.nix + ]; + + foundation = { + www = { + enable = true; + + public = true; + tailnet = false; + }; + + monitoring = { + services = [ + "base" + "tailnet" + ]; + }; + }; + + system.stateVersion = "25.05"; +} -- cgit 1.4.1