mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
configured uptime-kuma
This commit is contained in:
parent
6577b08dab
commit
48e94316c0
5 changed files with 98 additions and 74 deletions
|
@ -22,6 +22,11 @@
|
|||
pkiBundle = "/etc/secureboot";
|
||||
configurationLimit = 10;
|
||||
};
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback.out
|
||||
];
|
||||
|
||||
|
||||
loader.systemd-boot.editor = false;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue