Add Jovian back again to try it out
This commit is contained in:
parent
3d3c89c326
commit
5c8c68331d
11 changed files with 256 additions and 19 deletions
28
hosts/jupiter/default.nix
Normal file
28
hosts/jupiter/default.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{ lib, jovian, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
./network
|
||||
./users
|
||||
../../modules/system
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "jupiter";
|
||||
wireless.enable = true;
|
||||
};
|
||||
|
||||
system = {
|
||||
desktop.enable = true;
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
jovian = {
|
||||
steam.enable = true;
|
||||
hardware.has.amd.gpu = true;
|
||||
decky-loader.enable = true;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue