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 --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bd8a8d48..c8bca3af 100644 --- a/flake.nix +++ b/flake.nix @@ -75,10 +75,10 @@ } ]; }; - # nixosConfigurations.Apzu = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # specialArgs = inputs; - # modules = [./hosts/laptop/configuration.nix]; - # }; + nixosConfigurations.Spawn = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = inputs; + modules = [./hosts/spawn/configuration.nix]; + }; }; } -- cgit 1.4.1