hosts/*: clean and standardize format
This commit is contained in:
parent
f70739f81c
commit
3a5c6800fa
13 changed files with 62 additions and 135 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue