diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-29 17:30:51 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-29 17:30:51 +0530 |
| commit | da900f6014b8fa65c5e097acfe6d949aee4a4179 (patch) | |
| tree | e5334816f35cc5558fd4174a1e943372d5fd42c4 /flake.nix | |
| parent | b2892a0bec1dd18d70369c5d5025eba07b0d31c6 (diff) | |
ventoy & tailscale
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 { |
