pi4 cleanup

This commit is contained in:
mjallen18
2025-05-18 18:57:47 -05:00
parent 0e43e68a94
commit f486116c64
7 changed files with 43 additions and 215 deletions

View File

@@ -435,7 +435,7 @@
pi5-sops-nix.nixosModules.sops
./hosts/pi5/configuration.nix
{
# Hardware specific configuration, see section below for a more complete
# Hardware specific configuration, see section below for a more complete
# list of modules
imports = with nixos-raspberrypi.nixosModules; [
raspberry-pi-5.base
@@ -448,7 +448,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.backupFileExtension = "backup";
home-manager.users.matt =
home-manager.users.matt =
{ ... }:
{
imports = [
@@ -474,17 +474,8 @@
pi4-impermanence.nixosModules.impermanence
pi4-sops-nix.nixosModules.sops
./hosts/pi4/configuration.nix
# {
# disko.imageBuilder = {
# enableBinfmt = true;
# pkgs = inputs.pi4-nixpkgs.legacyPackages.x86_64-linux;
# kernelPackages = inputs.pi4-nixpkgs.legacyPackages.x86_64-linux.linuxPackages_latest;
# };
# nixpkgs.hostPlatform = "aarch64-linux";
# }
#{
# # Hardware specific configuration, see section below for a more complete
# # Hardware specific configuration, see section below for a more complete
# # list of modules
# imports = with nixos-raspberrypi.nixosModules; [
# raspberry-pi-4.base
@@ -497,7 +488,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.backupFileExtension = "backup";
home-manager.users.matt =
home-manager.users.matt =
{ ... }:
{
imports = [