[NixOS] Add jay-lenovo-wsl and wsl support

This commit is contained in:
2023-07-26 19:14:00 +00:00
parent 36b3ef1d9a
commit 19962bdc6e
9 changed files with 147 additions and 281 deletions

View File

@@ -107,6 +107,8 @@
nixpkgs-regression = { url = github:NixOS/nixpkgs; };
nixified-ai = { url = github:nixified-ai/flake; };
nixos-wsl = { url = github:nix-community/NixOS-WSL; };
};
outputs = inputs@{
@@ -138,7 +140,7 @@
mkConfigurationParams = filename: {
name = machineNameFromFilename filename;
value = {
modules = [ (machinesFilepath + ("/" + filename)) ./base.nix ];
modules = [ (machinesFilepath + ("/" + filename)) ];
};
};
defaultConfigurationParams =