feat: make systemd timeout default not definite

This commit is contained in:
Infinidoge 2021-09-19 16:56:18 -04:00
parent a456cf9be8
commit 40a8f0e686

View file

@ -7,6 +7,6 @@
}; };
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
timeout = 3; timeout = lib.mkDefault 3;
}; };
} }