aboutsummaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/.keep0
-rw-r--r--systems/system1/configuration.nix8
2 files changed, 8 insertions, 0 deletions
diff --git a/systems/.keep b/systems/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/systems/.keep
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";
+}