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";
|
"resolv.conf".text = "nameserver 192.168.1.45\n";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||||
|
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
@ -112,6 +114,10 @@
|
||||||
nvidia-vaapi-driver
|
nvidia-vaapi-driver
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
opentabletdriver = {
|
||||||
|
enable = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
defaultUserShell = pkgs.nushell;
|
defaultUserShell = pkgs.nushell;
|
||||||
|
|
|
@ -23,7 +23,6 @@ imports = [
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
neofetch
|
|
||||||
bitwarden
|
bitwarden
|
||||||
discord
|
discord
|
||||||
spotify-player
|
spotify-player
|
||||||
|
|
Loading…
Reference in a new issue