diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-07 12:33:17 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-07 12:33:17 -0800 |
| commit | cfe16b41e203468fd669d9507e2917d0f9bd7a7d (patch) | |
| tree | 5bf7a59d9a0a232470c9d93f16b7301b811b857a /machines/nixos/x86_64-linux/rivendell.nix | |
| parent | boot configuration for nixos (diff) | |
| download | infra-fcuny/jovian.tar.gz | |
test the buildfcuny/jovian
Diffstat (limited to 'machines/nixos/x86_64-linux/rivendell.nix')
| -rw-r--r-- | machines/nixos/x86_64-linux/rivendell.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix index 23d1683..c9d26e6 100644 --- a/machines/nixos/x86_64-linux/rivendell.nix +++ b/machines/nixos/x86_64-linux/rivendell.nix @@ -58,5 +58,21 @@ }; }; + # jovian = { + # hardware = { + # has.amd.gpu = true; + # }; + # steam = { + # updater.splash = "vendor"; + # enable = true; + # autoStart = true; + # user = "fcuny"; + # desktopSession = "plasma"; + # }; + # steamos = { + # useSteamOSConfig = true; + # }; + # }; + system.stateVersion = "23.11"; # Did you read the comment? } |
