fix: networkmanager-wait-online stalls nixos-rebuild
This commit is contained in:
parent
5cc8984be6
commit
ec5a82d47e
2 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,8 @@
|
|||
"resolv.conf".text = "nameserver 192.168.1.45\n";
|
||||
};
|
||||
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
@ -112,6 +114,10 @@
|
|||
nvidia-vaapi-driver
|
||||
];
|
||||
};
|
||||
opentabletdriver = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
};
|
||||
users = {
|
||||
defaultUserShell = pkgs.nushell;
|
||||
|
|
|
@ -23,7 +23,6 @@ imports = [
|
|||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
neofetch
|
||||
bitwarden
|
||||
discord
|
||||
spotify-player
|
||||
|
|
Loading…
Reference in a new issue