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;
|
||||
}
|
||||
|
|
@ -5,6 +5,9 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
baremetal.enable = true; # Enables baremetal features (nixos/baremetal.nix).
|
||||
graphical.enable = true; # Enables graphical features (nixos/graphical.nix).
|
||||
|
||||
boot.initrd.luks.devices."luks-374c6259-18c4-462b-9f30-9c9648de00ae".device =
|
||||
"/dev/disk/by-uuid/374c6259-18c4-462b-9f30-9c9648de00ae";
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
baremetal.enable = true; # Enables baremetal features (nixos/baremetal.nix).
|
||||
graphical.enable = true; # Enables graphical features (nixos/graphical.nix).
|
||||
|
||||
boot.initrd.luks.devices."luks-324ce23c-e630-42a1-8558-184e999053a5".device =
|
||||
"/dev/disk/by-uuid/324ce23c-e630-42a1-8558-184e999053a5";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue