From 85823635ad0ebd4fb0bf151bd5cbc87076945e8e Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 00:04:43 +0100 Subject: Feat: Add 'spawn' host, to simply create a bootable base --- hosts/spawn/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hosts/spawn/configuration.nix (limited to 'hosts/spawn/configuration.nix') diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix new file mode 100644 index 00000000..b30609d8 --- /dev/null +++ b/hosts/spawn/configuration.nix @@ -0,0 +1,13 @@ +# vim: ts=2 +{...}: { + imports = [ + ./hardware + ./networking.nix + + ../../system + +#../../services + ]; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1