From 7e88fb2b26ba2c1a3aeaaaa21fe839f1a43bcc8b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 14 Feb 2024 05:34:12 +0100 Subject: init --- systems/system1/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systems/system1/configuration.nix (limited to 'systems/system1') 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 = [ + + + ]; + + networking.hostName = "system1"; +} -- cgit v1.2.3