update
This commit is contained in:
@@ -11,10 +11,19 @@
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
../../modules/nixos/user.nix
|
||||
../../modules/nixos/postgres.nix
|
||||
];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "mthomson";
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "mthomson";
|
||||
startMenuLaunchers = true;
|
||||
wslConf = {
|
||||
network = {
|
||||
generateResolvConf = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "wsl";
|
||||
|
||||
@@ -22,6 +31,7 @@
|
||||
git
|
||||
wget
|
||||
vim
|
||||
dconf
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
Reference in New Issue
Block a user