summaryrefslogtreecommitdiff
path: root/systems/glados-wsl/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-02 14:40:21 -0500
committerseth <[email protected]>2024-02-02 14:40:21 -0500
commit9758b8236dcaafb958e6ef4f634d201af0bea80b (patch)
tree5c5e2ad317d6bef10a26487c5aa2e7887e18f68c /systems/glados-wsl/default.nix
parentb405f4750738a0850cf220f7bade601a8c6355b5 (diff)
modules/nixos+darwin: make everything an actual module again
Diffstat (limited to 'systems/glados-wsl/default.nix')
-rw-r--r--systems/glados-wsl/default.nix3
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 = {