diff options
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 { |
