Skip to content

Commit e3fc92b

Browse files
committed
speedup boot time
1 parent 92346ed commit e3fc92b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hosts/boot-speedup.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
./shell.nix
99
./secret.nix
1010

11+
./boot-speedup.nix
12+
1113
../modules/services/docker.nix
1214
../modules/nix.nix
1315
];

0 commit comments

Comments
 (0)