aboutsummaryrefslogtreecommitdiffstats
path: root/systems/system1
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-14 05:34:12 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 05:19:05 +0100
commit7e88fb2b26ba2c1a3aeaaaa21fe839f1a43bcc8b (patch)
treeab8dfb61657f88fe11215aaaac4d1b3f04775e20 /systems/system1
init
Diffstat (limited to 'systems/system1')
-rw-r--r--systems/system1/configuration.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix
new file mode 100644
index 0000000..c930171
--- /dev/null
+++ b/systems/system1/configuration.nix
@@ -0,0 +1,8 @@
+{
+ imports = [
+ <fysiweb/configs>
+ <fysiweb/configs/hcloud>
+ ];
+
+ networking.hostName = "system1";
+}