aboutsummaryrefslogtreecommitdiffstats
path: root/systems/system1
diff options
context:
space:
mode:
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";
+}