enable jovian nixos on glados and set some auto mount and other steamos settings on shodan
This commit is contained in:
parent
988f703407
commit
6b3767a02e
3 changed files with 23 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue