Update flake inputs
Disable wait-online Disable wpa_supplicant p2p Disable cosmic specialiastion for now
This commit is contained in:
parent
a2dc4931ce
commit
1ed220cbb0
3 changed files with 53 additions and 48 deletions
|
@ -24,6 +24,7 @@
|
|||
time.timeZone = "Europe/Amsterdam";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
programs.ssh.startAgent = true;
|
||||
systemd.network.wait-online.enable = lib.mkForce false;
|
||||
|
||||
services = {
|
||||
xserver.enable = true;
|
||||
|
@ -119,6 +120,9 @@
|
|||
networking = {
|
||||
useDHCP = lib.mkDefault true;
|
||||
networkmanager.unmanaged = lib.mkIf config.services.tailscale.enable ["tailscale0"];
|
||||
wireless.extraConfig = ''
|
||||
p2p_disabled=1
|
||||
'';
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
|
@ -157,6 +161,7 @@
|
|||
initrd = {
|
||||
availableKernelModules = ["sd_mod"];
|
||||
kernelModules = [];
|
||||
systemd.network.wait-online.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
kernel.sysctl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue