aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-08 06:41:18 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-08 06:41:18 -0800
commit38e94d07e2e6e2e91d977c90378aac88a9df4fe1 (patch)
tree9c1860f5c82538a827171e35f068eb1f167bdb9f /machines/nixos/x86_64-linux
parentupdate remotebuilder configuration (diff)
downloadinfra-38e94d07e2e6e2e91d977c90378aac88a9df4fe1.tar.gz
while this work, the setup is not yet readyHEADmain
I need a few more accessories to make this work properly with the TV. Will get back to this later.
Diffstat (limited to '')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index f75fe60..11207d7 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -59,26 +59,5 @@
};
};
- services = {
- desktopManager.plasma6.enable = true;
- };
-
- jovian = {
- hardware = {
- has.amd.gpu = true;
- amd.gpu.enableBacklightControl = false;
- };
- steam = {
- updater.splash = "vendor";
- enable = true;
- autoStart = true;
- user = "fcuny";
- desktopSession = "plasma";
- };
- steamos = {
- useSteamOSConfig = true;
- };
- };
-
system.stateVersion = "23.11"; # Did you read the comment?
}