supressing some build annoyances

This commit is contained in:
Don Harper 2024-02-29 07:21:32 -06:00
parent 1c939310da
commit 07d70b30ee

View file

@ -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" ];