Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
@@ -69,6 +69,14 @@
{ self, nixpkgs, ... }@inputs:
{
nixosConfigurations = {
installer = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
};
system = "x86_64-linux";
modules = [ ./hosts/installer ];
eirene = nixpkgs.lib.nixosSystem {
The note is not visible to the blocked user.