From da424f1cf5b656fa0bfab75b69038233dac1c81c Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 21 Apr 2023 20:15:15 +0200 Subject: Fix(hosts): Rename spawn to marduk to comply with scheme --- hosts/marduk/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/marduk/default.nix (limited to 'hosts/marduk/default.nix') diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix new file mode 100644 index 00000000..ff50f404 --- /dev/null +++ b/hosts/marduk/default.nix @@ -0,0 +1,11 @@ +# vim: ts=2 +{...}: { + imports = [ + ./hardware + ./networking.nix + + ../../system + ]; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1