hosts/*: clean and standardize format
This commit is contained in:
parent
f70739f81c
commit
3a5c6800fa
13 changed files with 62 additions and 135 deletions
|
@ -6,17 +6,16 @@
|
|||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostId = "deadbeef";
|
||||
|
||||
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB0fWuozCHyPrkFKPcnqX1MyUAgnn2fJEpDSoD7bhDA4 root@Infini-STICK";
|
||||
|
||||
networking.hostId = "deadbeef";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
audio.enable = true;
|
||||
form.portable = true;
|
||||
};
|
||||
modules.hardware = {
|
||||
audio.enable = true;
|
||||
form.portable = true;
|
||||
};
|
||||
|
||||
universe.programming.c.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue