mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
temp: skip wait for identity
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
config = {
|
||||
config = lib.mkIf config.physical {
|
||||
|
||||
services.xserver = {
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
exit 0
|
||||
fi
|
||||
sleep 5
|
||||
exit 0
|
||||
done
|
||||
'';
|
||||
};
|
||||
|
Reference in New Issue
Block a user