make autologin faster
This commit is contained in:
parent
08af404899
commit
da39367c55
|
@ -59,7 +59,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.displayManager.gdm.autoLogin.delay = 10;
|
services.xserver.displayManager.gdm.autoLogin.delay = 5;
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
unsquashfs -q $srcs 'WidevineCdm/*'
|
unsquashfs -q $srcs 'WidevineCdm/*'
|
||||||
env TARGET_PAGE_SIZE=${toString pageSize * 1024} python3 "${./widevine_fixup.py}" squashfs-root/WidevineCdm/_platform_specific/cros_arm64/libwidevinecdm.so libwidevinecdm.so
|
env TARGET_PAGE_SIZE=${toString (pageSize * 1024)} python3 "${./widevine_fixup.py}" squashfs-root/WidevineCdm/_platform_specific/cros_arm64/libwidevinecdm.so libwidevinecdm.so
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# TODO: systemwide install
|
# TODO: systemwide install
|
||||||
|
|
Loading…
Reference in a new issue