Fix wsl2 configuration
This commit is contained in:
parent
da0a1276ff
commit
40d6b9285a
2 changed files with 6 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
nixedo = mkNixos { desktop = true; hostname = "nixedo"; };
|
||||
};
|
||||
|
||||
homeConfigurations = { wsl2 = mkWsl; };
|
||||
homeConfigurations = { wsl2 = mkWsl { system = "x86_64-linux"; }; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue