mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
pacifidlog: use steamOSConfig from jovian
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
267a50f0c8
commit
7e3dee6e03
|
@ -77,16 +77,7 @@ in {
|
|||
user = "aly";
|
||||
};
|
||||
|
||||
steamos = {
|
||||
enableBluetoothConfig = true;
|
||||
enableDefaultCmdlineConfig = false; # Already handled by hardware
|
||||
enableMesaPatches = false; # Doesn't do much, takes a long time to build.
|
||||
enableProductSerialAccess = true;
|
||||
enableSysctlConfig = true; # Scheduling etc tweaks
|
||||
enableVendorRadv = false; # Doesn't do much, takes a long time to build.
|
||||
enableZram = true;
|
||||
useSteamOSConfig = false; # No automatic enabling of stuff in the steamos module
|
||||
};
|
||||
steamos.useSteamOSConfig = true;
|
||||
};
|
||||
|
||||
networking.hostName = "pacifidlog";
|
||||
|
|
Loading…
Reference in a new issue