mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: more wsl tweaks
This commit is contained in:
parent
50289dcc0d
commit
72a3dc6c5a
10 changed files with 104 additions and 40 deletions
|
|
@ -1,22 +1,14 @@
|
|||
{
|
||||
config = rec {
|
||||
config = {
|
||||
fireproof = {
|
||||
hostname = "desktop-wsl";
|
||||
username = "nickolaj";
|
||||
work.enable = true;
|
||||
dev.enable = true;
|
||||
wsl.enable = true;
|
||||
};
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = fireproof.username;
|
||||
|
||||
services.keyd.enable = false;
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
# WSL doesn't use a bootloader - disable systemd-boot
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue