Move WSL from standalone Home Manager to NixOS
This commit is contained in:
parent
d1e0abf4c5
commit
c5afed5767
10 changed files with 324 additions and 92 deletions
14
nix/hosts/PW05CH3L/default.nix
Normal file
14
nix/hosts/PW05CH3L/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ username, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
|
||||
./configuration.nix
|
||||
];
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = username;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue