summaryrefslogtreecommitdiff
path: root/systems/glados-wsl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/glados-wsl')
-rw-r--r--systems/glados-wsl/default.nix21
1 files changed, 9 insertions, 12 deletions
diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix
index 5c93ccb..b8b1cf1 100644
--- a/systems/glados-wsl/default.nix
+++ b/systems/glados-wsl/default.nix
@@ -5,17 +5,7 @@
inputs.self.nixosModules.default
];
- archetypes.personal.enable = true;
-
- base = {
- # this conflicts with nixos-wsl
- networking.enable = false;
- security = {
- # something, something `resolv.conf` error
- # (nixos-wsl probably doesn't set it)
- apparmor = false;
- };
- };
+ profiles.personal.enable = true;
environment.systemPackages = with pkgs; [
wget
@@ -26,9 +16,16 @@
nixpkgs.hostPlatform = "x86_64-linux";
+ # Something, something `resolv.conf` error
+ # (nixos-wsl probably doesn't set it)
+ security.apparmor.enable = false;
+
system.stateVersion = "23.11";
- traits.tailscale.enable = true;
+ traits = {
+ resolved.enable = false;
+ tailscale.enable = true;
+ };
wsl = {
enable = true;