mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Updates and fix koishi nm-online issue
This commit is contained in:
parent
0b8f8d1b5b
commit
5879913b51
3 changed files with 43 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }: with lib; {
|
||||
{ config, lib, pkgs, ... }: with lib; {
|
||||
options = {
|
||||
home-manager.users = let
|
||||
applets = { config, nixos, ... }: {
|
||||
|
|
@ -15,6 +15,9 @@
|
|||
};
|
||||
};
|
||||
config = {
|
||||
systemd.services.NetworkManager-wait-online = {
|
||||
serviceConfig.ExecStart = [ "" "${pkgs.networkmanager}/bin/nm-online -q" ];
|
||||
};
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue