aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix16
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?
}