diff options
Diffstat (limited to 'machines/zibeline/default.nix')
| -rw-r--r-- | machines/zibeline/default.nix | 28 |
1 files changed, 28 insertions, 0 deletions
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"; +} |
