final
This commit is contained in:
parent
e3c1c322a4
commit
7184d0c023
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
NOcomputer = nixosSystem [
|
NOcomputer = nixosSystem [
|
||||||
nixos-hw.common-cpu-amd
|
nixos-hw.common-cpu-amd
|
||||||
nixos-hw.common-gpu-nvidia
|
nixos-hw.common-gpu-nvidia-nonprime
|
||||||
|
./systems/BASED.nix
|
||||||
./systems/NOcomputer.nix
|
./systems/NOcomputer.nix
|
||||||
./uwuraid.nix
|
./uwuraid.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
|
|
@ -26,6 +27,7 @@
|
||||||
];
|
];
|
||||||
NOlaptop = nixosSystem [
|
NOlaptop = nixosSystem [
|
||||||
# inputs.nixos-hardware.nixosModules.framework
|
# inputs.nixos-hardware.nixosModules.framework
|
||||||
|
./systems/BASED.nix
|
||||||
./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