fix: networkmanager-wait-online stalls nixos-rebuild

This commit is contained in:
notohh 2023-03-19 15:20:13 -04:00
parent 5cc8984be6
commit ec5a82d47e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 1 deletions

View file

@ -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;

View file

@ -23,7 +23,6 @@ imports = [
homeDirectory = "/home/notoh";
packages = with pkgs; [
firefox
neofetch
bitwarden
discord
spotify-player