temp pi4
This commit is contained in:
24
flake.nix
24
flake.nix
@@ -152,7 +152,7 @@
|
||||
|
||||
# nixpgs
|
||||
pi4-nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
# Home Manager
|
||||
@@ -461,22 +461,22 @@
|
||||
};
|
||||
|
||||
# pi4
|
||||
"pi4" = pi4-nixos-raspberrypi.lib.nixosSystem {
|
||||
specialArgs = inputs;
|
||||
"pi4" = pi4-nixpkgs.lib.nixosSystem {
|
||||
# specialArgs = inputs;
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
pi4-impermanence.nixosModules.impermanence
|
||||
pi4-sops-nix.nixosModules.sops
|
||||
./hosts/pi4/configuration.nix
|
||||
{
|
||||
# Hardware specific configuration, see section below for a more complete
|
||||
# list of modules
|
||||
imports = with nixos-raspberrypi.nixosModules; [
|
||||
raspberry-pi-4.base
|
||||
raspberry-pi-4.display-vc4
|
||||
raspberry-pi-4.bluetooth
|
||||
];
|
||||
}
|
||||
#{
|
||||
# # Hardware specific configuration, see section below for a more complete
|
||||
# # list of modules
|
||||
# imports = with nixos-raspberrypi.nixosModules; [
|
||||
# raspberry-pi-4.base
|
||||
# raspberry-pi-4.display-vc4
|
||||
# raspberry-pi-4.bluetooth
|
||||
# ];
|
||||
#}
|
||||
pi4-home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
Reference in New Issue
Block a user