supressing some build annoyances
This commit is contained in:
parent
1c939310da
commit
07d70b30ee
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
readlink = "${pkgs.coreutils}/bin/readlink";
|
||||
|
|
@ -6,6 +6,8 @@ let
|
|||
in {
|
||||
systemd = {
|
||||
services = {
|
||||
NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
systemd-networkd-wait-online.enable = lib.mkForce false;
|
||||
clean-keychain = {
|
||||
description = "Clean up .keychain on boot";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue