disko
for rock5b
This commit is contained in:
parent
7cf02684d9
commit
11b7466753
3 changed files with 51 additions and 27 deletions
|
@ -6,21 +6,27 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
]
|
||||
++ (fleetModules [
|
||||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
"cgit"
|
||||
]);
|
||||
imports = fleetModules [
|
||||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
];
|
||||
|
||||
ccr.enable = true;
|
||||
|
||||
services.rock5b-fan-control.enable = true;
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
boot.loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
|
||||
disko.devices = import ./disko.nix {};
|
||||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."localhost" = {
|
||||
cgit = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue