add tailwind to framework
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
...
|
||||
}: {
|
||||
imports = [./hardware-configuration.nix];
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets."tailscale-auth-key" = {};
|
||||
|
||||
boot.bootspec.enable = true;
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
@ -99,6 +101,15 @@
|
||||
lidSwitchExternalPower = "ignore";
|
||||
extraConfig = "HoldoffTimeoutSec=300s";
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
enable = true;
|
||||
extraSetFlags = [
|
||||
"--accept-routes=true"
|
||||
"--accept-dns=false"
|
||||
];
|
||||
authKeyFile = config.sops.secrets."tailscale-auth-key".path;
|
||||
};
|
||||
};
|
||||
|
||||
services.pipewire = {
|
||||
|
Reference in New Issue
Block a user