made twilight hardware-configuration.nix match what is automatically generated
This commit is contained in:
parent
1a4c2b2f95
commit
a7b738eae3
3 changed files with 14 additions and 22 deletions
|
@ -10,6 +10,14 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.initrd.availableKernelModules = ["usb_storage"];
|
||||
boot.kernelModules = ["sg"];
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
sops.secrets = {
|
||||
"vpn-keys/tailscale-authkey/twilight" = {
|
||||
sopsFile = "${inputs.secrets}/vpn-keys.yaml";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue