enable jovian nixos on glados and set some auto mount and other steamos settings on shodan

This commit is contained in:
Lillian Violet 2025-01-13 15:13:45 +01:00
parent 988f703407
commit 6b3767a02e
3 changed files with 23 additions and 1 deletions

View file

@ -25,7 +25,7 @@
../../../disko/shodan
./auto-mount.nix
# ./auto-mount.nix
];
boot = {
tmp.cleanOnBoot = true;
@ -194,6 +194,10 @@
autoUpdate = true;
enableGyroDsuService = true;
};
steamos = {
enableAutoMountUdevRules = true;
enableMesaPatches = true;
};
};
programs = {
steam = lib.mkForce {