diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-09 00:18:16 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-09 00:18:16 -0600 |
| commit | cbe570e96c8072c9883e87b5893180bc235edf07 (patch) | |
| tree | c55b9bf63c6150fce04e13df002eab8c836f215c | |
| parent | 10a36f34b3fc70ebded1ab164a1908939bbdcffe (diff) | |
nordvpn-flake not ready yet sorry
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,10 +26,9 @@ url = "github:NotAShelf/nvf/v0.8"; inputs.nixpkgs.follows = "nixpkgs"; }; - nordvpn-flake.url = "github:scouckel/nordvpn-flake"; }; - outputs = { nixpkgs, home-manager, nix-flatpak, nur, auto-cpufreq, nixos-hardware, nordvpn-flake, ... }@inputs: { + outputs = { nixpkgs, home-manager, nix-flatpak, nur, auto-cpufreq, nixos-hardware, ... }@inputs: { nixosConfigurations = { # desktop vecna = nixpkgs.lib.nixosSystem { |
