created pxe-boot configuration
Check NixOS configurations / eval-hosts (push) Successful in 32m25s

This commit is contained in:
2026-06-01 17:34:51 +10:00
parent 7b945ea4fe
commit bf0445ebd6
2 changed files with 94 additions and 0 deletions
+13
View File
@@ -93,6 +93,19 @@
}
];
};
pxe-boot = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./hosts/pxe-boot/configuration.nix
./common/hardware-configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.nixos = import ./common/home.nix;
}
];
};
};
};