Skip to content

Commit

Permalink
nixos/archetypes/wsl: disable networking
Browse files Browse the repository at this point in the history
Handled by wsl
  • Loading branch information
khaneliman committed Sep 25, 2024
1 parent dfa0a25 commit 9790e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/archetypes/wsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ in
wslu
];
};

khanelinix.system.networking.enable = mkForce false;
};
}

0 comments on commit 9790e2a

Please sign in to comment.