mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
updates to wsl configuration and associated justfile
This commit is contained in:
parent
c50e6ca039
commit
355c3b0563
1
justfile
1
justfile
@ -3,6 +3,7 @@ update:
|
|||||||
cd ~/.local/share/chezmoi/provision
|
cd ~/.local/share/chezmoi/provision
|
||||||
sudo nixos-rebuild switch --impure --flake .#$(hostname)
|
sudo nixos-rebuild switch --impure --flake .#$(hostname)
|
||||||
|
|
||||||
|
[working-directory: 'provision']
|
||||||
build-wsl:
|
build-wsl:
|
||||||
cd ~/.local/share/chezmoi/provision
|
cd ~/.local/share/chezmoi/provision
|
||||||
sudo nix run .#nixosConfigurations.wsl.config.system.build.tarballBuilder
|
sudo nix run .#nixosConfigurations.wsl.config.system.build.tarballBuilder
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"wsl": {
|
"wsl": {
|
||||||
"role": "wsl",
|
"role": "wsl",
|
||||||
"user": "user"
|
"user": "dev"
|
||||||
},
|
},
|
||||||
"htpc-bako": {
|
"htpc-bako": {
|
||||||
"role": "htpc",
|
"role": "htpc",
|
||||||
|
@ -57,8 +57,10 @@ in
|
|||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
modules = {
|
modules = {
|
||||||
|
devel.programming.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
git.keys = false;
|
git.keys = false;
|
||||||
};
|
};
|
||||||
|
services.ssh.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user