Add back steam deck, again?

This commit is contained in:
Jimbo 2024-11-22 20:28:52 -05:00
parent 87c2558155
commit c0ff4c64e5
24 changed files with 296 additions and 143 deletions

17
hosts/jupiter/default.nix Normal file
View file

@ -0,0 +1,17 @@
{ jovian, ... }:
{
imports = [
./boot
./disko
./hardware
./wireguard
../../modules/system
];
system.lanzaboote.enable = true;
system.libvirtd.enable = true;
jovian.steamos.useSteamOSConfig = true;
networking.hostName = "jupiter";
}