fixes, nextcloud and wifi
This commit is contained in:
parent
183a6ba43e
commit
8bd789c6e8
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user