fixes, nextcloud and wifi

This commit is contained in:
shinya 2026-05-26 20:50:11 +02:00
parent 183a6ba43e
commit 8bd789c6e8
2 changed files with 10 additions and 1 deletions

View File

@ -93,7 +93,12 @@
programs.firefox.enable = true; programs.firefox.enable = true;
services = { services = {
network-manager-applet.enable = true; # network-manager-applet.enable = true;
};
xdg.autostart = {
enable = true;
entries = [ "${pkgs.nextcloud-client}/share/application/com.nextcloud.desktopclient.nextcloud.desktop" ];
}; };

View File

@ -10,6 +10,10 @@
directory = "/etc/NetworkManager/system-connections"; directory = "/etc/NetworkManager/system-connections";
inInitrd = true; inInitrd = true;
} }
{
directory = "/var/lib/NetworkManager/";
inInitrd = true;
}
{ {
directory = "/var/lib/nixos"; directory = "/var/lib/nixos";
inInitrd = true; inInitrd = true;