feat (hosts/elistraee): add nixos-wsl config
This commit is contained in:
parent
d1c0846cf8
commit
7955b8220f
12 changed files with 243 additions and 143 deletions
11
hosts/elistraee/default.nix
Normal file
11
hosts/elistraee/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ../../nixos ];
|
||||
|
||||
nixos-wsl.enable = true; # Enables wsl configuration (nixos/wsl.nix).
|
||||
|
||||
networking.hostName = "elistraee";
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue