Skip to content

Commit

Permalink
add wsl for sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed Nov 12, 2024
1 parent 28d411b commit fd61dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configurations/nixos/sinon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ in {
imports = [
self.nixosModules.common
self.nixosModules.default-linux
self.nixosModules.linux-wsl
];

networking.hostName = "sinon";
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/linux-wsl.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{imports = [./all/wsl.nix];}

0 comments on commit fd61dbe

Please sign in to comment.