This commit is contained in:
mjallen18
2025-06-10 12:49:56 -05:00
parent c9046ec26f
commit 0f2952ccae

View File

@@ -16,7 +16,6 @@ in
./networking.nix ./networking.nix
./services.nix ./services.nix
./sops.nix ./sops.nix
# ./hass.nix # ./hass.nix
]; ];
@@ -74,11 +73,6 @@ in
raspberrypiWirelessFirmware raspberrypiWirelessFirmware
raspberrypi-armstubs raspberrypi-armstubs
]; ];
etc = {
"ssh/ssh_host_ed25519_key".source = config.sops.secrets."pi5/sys-priv-key".path;
"ssh/ssh_host_ed25519_key.pub".source = config.sops.secrets."pi5/sys-public-key".path;
};
}; };
hardware.graphics.enable32Bit = lib.mkForce false; hardware.graphics.enable32Bit = lib.mkForce false;