We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92346ed commit e3fc92bCopy full SHA for e3fc92b
hosts/boot-speedup.nix
@@ -0,0 +1,6 @@
1
+{ ... }:
2
+
3
+{
4
+ systemd.services.systemd-udev-settle.enable = false;
5
+ systemd.services.NetworkManager-wait-online.enable = false;
6
+}
hosts/default.nix
@@ -8,6 +8,8 @@
8
./shell.nix
9
./secret.nix
10
11
+ ./boot-speedup.nix
12
13
../modules/services/docker.nix
14
../modules/nix.nix
15
];
0 commit comments