remove bootstrap
This commit is contained in:
parent
a58f8530b7
commit
04565fe2ef
1 changed files with 0 additions and 3 deletions
|
|
@ -12,13 +12,11 @@
|
|||
# config.allowUnfree = true;
|
||||
# };
|
||||
nixosSystem = (systemModules: inputs.nixpkgs.lib.nixosSystem { modules = systemModules; });
|
||||
base = ./systems/BASED.nix;
|
||||
nixos-hw = inputs.nixos-hardware.nixosModules;
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
NOcomputer = nixosSystem [
|
||||
base
|
||||
nixos-hw.common-cpu-amd
|
||||
nixos-hw.common-gpu-nvidia
|
||||
./systems/NOcomputer.nix
|
||||
|
|
@ -28,7 +26,6 @@
|
|||
];
|
||||
NOlaptop = nixosSystem [
|
||||
# inputs.nixos-hardware.nixosModules.framework
|
||||
base
|
||||
./systems/NOlaptop.nix
|
||||
./uwuraid.nix
|
||||
./gaming.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue