diff --git a/flake.nix b/flake.nix index fcb57906..7c816df3 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,12 @@ ./hosts/sakotop/configuration.nix ]; }; + sakopc = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs outputs; }; + modules = [ + ./hosts/sakopc/configuration.nix + ]; + }; }; #nixosConfigurations = {