mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
misc security and qol updates
This commit is contained in:
parent
2cb528c2b7
commit
d2b548cac2
5 changed files with 11 additions and 3 deletions
|
@ -16,6 +16,7 @@
|
|||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.systemd-boot.editor = false;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
FSR = {
|
||||
psk = "@FSR_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
extraConfig = "disabled=1";
|
||||
};
|
||||
};
|
||||
openconnect.interfaces = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue