diff options
| author | seth <[email protected]> | 2024-02-02 14:40:21 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-02 14:40:21 -0500 |
| commit | 9758b8236dcaafb958e6ef4f634d201af0bea80b (patch) | |
| tree | 5c5e2ad317d6bef10a26487c5aa2e7887e18f68c /systems/glados-wsl | |
| parent | b405f4750738a0850cf220f7bade601a8c6355b5 (diff) | |
modules/nixos+darwin: make everything an actual module again
Diffstat (limited to 'systems/glados-wsl')
| -rw-r--r-- | systems/glados-wsl/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index 569ab64..4c61156 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -7,10 +7,7 @@ }: { imports = [ (modulesPath + "/profiles/minimal.nix") - inputs.nixos-wsl.nixosModules.wsl - - ../../modules/nixos/features/tailscale.nix ]; documentation = { |
