init new host

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-02-05 19:57:56 +01:00
parent 5736c8ccf2
commit 87778bd3fa
7 changed files with 247 additions and 0 deletions

View File

@@ -53,6 +53,21 @@
./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder
];
};
pph =
nixpkgs.lib.nixosSystem {
modules = [
{
nixpkgs.overlays = [];
_module.args = {
inherit inputs;
};
}
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
./hosts/pph/configuration.nix
];
};
# Jack is my server
jack = nixpkgs.lib.nixosSystem {
modules = [