From 95aff44f86f7cbb39298afad1bdce13ffe06808f Mon Sep 17 00:00:00 2001 From: Berwn Date: Sun, 21 Jun 2026 01:58:59 +0700 Subject: [PATCH] Add machine web01 --- machines/web01/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 machines/web01/configuration.nix diff --git a/machines/web01/configuration.nix b/machines/web01/configuration.nix new file mode 100644 index 0000000..090666a --- /dev/null +++ b/machines/web01/configuration.nix @@ -0,0 +1,7 @@ +{ + imports = [ + + ]; + + # New machine! +}