From beaef49a00a80437e1fbb757c163efb24c48cc69 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 22 Jan 2023 22:59:30 +0100 Subject: Add "guix deploy" configs for servers --- tw/deploy/lud.scm | 5 +++++ tw/deploy/vin.scm | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tw/deploy/lud.scm create mode 100644 tw/deploy/vin.scm (limited to 'tw/deploy') diff --git a/tw/deploy/lud.scm b/tw/deploy/lud.scm new file mode 100644 index 00000000..c28f48ea --- /dev/null +++ b/tw/deploy/lud.scm @@ -0,0 +1,5 @@ +(define-module (tw deploy lud) + #:use-module (tw deploy) + #:use-module (tw system lud)) + +(list (operating-system->machine %lud-system)) diff --git a/tw/deploy/vin.scm b/tw/deploy/vin.scm new file mode 100644 index 00000000..a6d07b34 --- /dev/null +++ b/tw/deploy/vin.scm @@ -0,0 +1,5 @@ +(define-module (tw deploy vin) + #:use-module (tw deploy) + #:use-module (tw system vin)) + +(list (operating-system->machine %vin-system)) -- cgit v1.2.3