Compare commits

...

2 commits

4 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
systemPackages = with pkgs; [openfortivpn samba];
};
services.ollama.enable = true;
}

View file

@ -12,7 +12,7 @@
etc."ppp/options".text = ''
ipcp-accept-remote
'';
systemPackages = with pkgs; [openfortivpn samba nomachine-client];
systemPackages = with pkgs; [openfortivpn samba];
};
services.ollama.enable = true;
}

View file

@ -13,7 +13,7 @@
"AllowDinosaurEasterEgg" = true;
"AllowSystemNotifications" = true;
"AutoFillEnabled" = false;
"BookmarkBarEnabled" = true;
"BookmarkBarEnabled" = false;
"BrowserLabsEnabled" = false;
"BrowserSignin" = 0;
"ClearBrowsingDataOnExitList" = [

View file

@ -16,6 +16,7 @@
noson
webcord
signal-desktop
nomachine-client
];
security = {
polkit.enable = true;