an attempt at adding nixbook like configs
This commit is contained in:
parent
66b3d72932
commit
64fce53607
4 changed files with 347 additions and 2 deletions
12
flake.nix
12
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue