feat: move network manager fix to services
This commit is contained in:
parent
d81e14234d
commit
e56a0ee902
2 changed files with 7 additions and 0 deletions
|
@ -5,5 +5,6 @@
|
|||
imports = [
|
||||
./tailscale.nix
|
||||
./security.nix
|
||||
./udevd.nix
|
||||
];
|
||||
}
|
||||
|
|
6
modules/services/udevd.nix
Normal file
6
modules/services/udevd.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
default,
|
||||
...
|
||||
}: {
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
}
|
Loading…
Reference in a new issue