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;
|
# config.allowUnfree = true;
|
||||||
# };
|
# };
|
||||||
nixosSystem = (systemModules: inputs.nixpkgs.lib.nixosSystem { modules = systemModules; });
|
nixosSystem = (systemModules: inputs.nixpkgs.lib.nixosSystem { modules = systemModules; });
|
||||||
base = ./systems/BASED.nix;
|
|
||||||
nixos-hw = inputs.nixos-hardware.nixosModules;
|
nixos-hw = inputs.nixos-hardware.nixosModules;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
NOcomputer = nixosSystem [
|
NOcomputer = nixosSystem [
|
||||||
base
|
|
||||||
nixos-hw.common-cpu-amd
|
nixos-hw.common-cpu-amd
|
||||||
nixos-hw.common-gpu-nvidia
|
nixos-hw.common-gpu-nvidia
|
||||||
./systems/NOcomputer.nix
|
./systems/NOcomputer.nix
|
||||||
|
|
@ -28,7 +26,6 @@
|
||||||
];
|
];
|
||||||
NOlaptop = nixosSystem [
|
NOlaptop = nixosSystem [
|
||||||
# inputs.nixos-hardware.nixosModules.framework
|
# inputs.nixos-hardware.nixosModules.framework
|
||||||
base
|
|
||||||
./systems/NOlaptop.nix
|
./systems/NOlaptop.nix
|
||||||
./uwuraid.nix
|
./uwuraid.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue