diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-14 05:34:12 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-19 05:19:05 +0100 |
commit | 7e88fb2b26ba2c1a3aeaaaa21fe839f1a43bcc8b (patch) | |
tree | ab8dfb61657f88fe11215aaaac4d1b3f04775e20 /systems/system1 |
init
Diffstat (limited to 'systems/system1')
-rw-r--r-- | systems/system1/configuration.nix | 8 |
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"; +} |