bump
This commit is contained in:
parent
6afc7f6fb5
commit
813df81103
4 changed files with 42 additions and 34 deletions
43
flake.nix
43
flake.nix
|
|
@ -15,7 +15,6 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, nixos-raspberrypi, aagl, prescurve, ... }@attrs:
|
||||
outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, nixos-raspberrypi, aagl, home-manager, ... }@attrs:
|
||||
let
|
||||
nixos-system = (systemModules: nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -27,20 +26,22 @@
|
|||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
# "qtwebkit-5.212.0-alpha4"
|
||||
# "electron-24.8.6"
|
||||
];
|
||||
};
|
||||
};
|
||||
overlay-unstable-arm = final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
system = "aarch64-linux";
|
||||
config.allowUnfree = true;
|
||||
# config.allowUnsupportedSystem = true;
|
||||
};
|
||||
};
|
||||
# overlay-unstable-arm = final: prev: {
|
||||
# unstable = import nixpkgs-unstable {
|
||||
# system = "aarch64-linux";
|
||||
# config.allowUnfree = true;
|
||||
# # config.allowUnsupportedSystem = true;
|
||||
# };
|
||||
# };
|
||||
nixos-hw = nixos-hardware.nixosModules;
|
||||
nixos-rpi = nixos-raspberrypi.nixosModules;
|
||||
# nixos-rpi = nixos-raspberrypi.nixosModules;
|
||||
# overlay-home-manager = final: prev: {
|
||||
# hw = import home-manager;
|
||||
# };
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
|
@ -48,9 +49,9 @@
|
|||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
nixos-hw.common-cpu-amd
|
||||
nixos-hw.common-gpu-nvidia-nonprime
|
||||
home-manager.nixosModules.home-manager
|
||||
./systems/BASED.nix
|
||||
./systems/NOcomputer.nix
|
||||
# home-manager.nixosModules.home-manager
|
||||
./users/tao.nix
|
||||
./extras/uwuraid.nix
|
||||
./extras/dev.nix
|
||||
|
|
@ -67,15 +68,15 @@
|
|||
./extras/dev.nix
|
||||
./extras/gaming.nix
|
||||
];
|
||||
NObangers = nixos-system [
|
||||
# ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable-arm ]; })
|
||||
nixos-hw.raspberry-pi-4
|
||||
nixos-rpi.hardware
|
||||
./systems/BASED.nix
|
||||
./systems/NObangers.nix
|
||||
./users/pi.nix
|
||||
./extras/uwuraid.nix
|
||||
];
|
||||
# NObangers = nixos-system [
|
||||
# # ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable-arm ]; })
|
||||
# nixos-hw.raspberry-pi-4
|
||||
# nixos-rpi.hardware
|
||||
# ./systems/BASED.nix
|
||||
# ./systems/NObangers.nix
|
||||
# ./users/pi.nix
|
||||
# ./extras/uwuraid.nix
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue