This commit is contained in:
Tao Tien 2023-09-30 21:59:04 -07:00
parent 369eb50e11
commit b1ec229a3e
4 changed files with 29 additions and 28 deletions

View file

@ -19,7 +19,7 @@
unstable = import nixpkgs-unstable {
system = "aarch64-linux";
config.allowUnfree = true;
config.allowUnsupportedSystem = true;
# config.allowUnsupportedSystem = true;
};
};
nixosSystem = (systemModules: nixpkgs.lib.nixosSystem { modules = systemModules; });
@ -50,11 +50,11 @@
./extras/gaming.nix
];
NObangers = nixosSystem [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable-arm ]; })
# ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable-arm ]; })
nixos-hw.raspberry-pi-4
./systems/BASED.nix
./systems/NObangers.nix
./users/tao.nix
./users/pi.nix
./extras/uwuraid.nix
];
};