Compare commits

...

2 commits

4 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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

View file

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