From 9fdeee89948f3131d290d894e358ce738f969f58 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 9 Mar 2026 00:53:59 +0100 Subject: Transfer 'Wolfram' from minerals as new 'Loup' server Signed-off-by: Mel --- machines/loup/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 machines/loup/default.nix (limited to 'machines/loup/default.nix') diff --git a/machines/loup/default.nix b/machines/loup/default.nix new file mode 100644 index 0000000..96bebd0 --- /dev/null +++ b/machines/loup/default.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + imports = [ + ../../modules/common.nix + + ./hardware.nix + ./devices.nix + ]; + + system.stateVersion = "25.11"; +} -- cgit 1.4.1