Add back steam deck, again?
This commit is contained in:
parent
87c2558155
commit
c0ff4c64e5
24 changed files with 296 additions and 143 deletions
17
hosts/jupiter/default.nix
Normal file
17
hosts/jupiter/default.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue