an attempt at adding nixbook like configs

This commit is contained in:
Chris Cochrun 2025-10-06 17:02:16 -05:00
parent 66b3d72932
commit 64fce53607
4 changed files with 347 additions and 2 deletions

View file

@ -115,6 +115,18 @@
# ];
# };
nixosConfigurations = {
nixbook = lib.nixosSystem {
inherit system;
pkgs = pkgsForSystem;
specialArgs = {
stable = stable;
inherit inputs;
};
modules = [
(pkgsForSystem + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
./systems/nixbook/configuration.nix
];
};
syl = lib.nixosSystem {
inherit system;
pkgs = pkgsForSystem;