hosts/*: clean and standardize format

This commit is contained in:
Infinidoge 2025-03-11 14:42:23 -04:00
parent f70739f81c
commit 3a5c6800fa
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
13 changed files with 62 additions and 135 deletions

View file

@ -1,8 +1,8 @@
{
inputs,
config,
lib,
pkgs,
lib,
...
}:
with lib;
@ -16,9 +16,7 @@ with lib;
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwPqTFCztLbYFFUej42hRzzCBzG6BCZIb7zXi2cxeJp root@Infini-RASPBERRY";
modules = {
hardware.form.raspi = true;
};
modules.hardware.form.raspi = true;
nixpkgs.overlays = [
(final: super: {
@ -64,17 +62,6 @@ with lib;
fsType = "ext4";
};
home.programs.man.generateCaches = false;
documentation = {
enable = false;
doc.enable = false;
man.enable = false;
man.man-db.enable = false;
man.mandoc.enable = false;
nixos.enable = false;
};
hardware.deviceTree = {
enable = true;
# filter = "*rpi-4-*.dtb";