aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 82e93c3..0d073ac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,7 +37,7 @@
hostname = "pegasus";
opt = {
nvidia = true;
- tailscale = false;
+ tailscale = true;
vm = true;
llm = true;
};
@@ -86,6 +86,14 @@
};
modules = [
+ {
+ nixpkgs.config = {
+ allowUnfree = true;
+ permittedInsecurePackages = [
+ "ventoy-1.1.12"
+ ];
+ };
+ }
./nixos/configuration.nix
home-manager.nixosModules.home-manager
{