this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix perms issues with syncthing/organice/calbridge

Aria df13081e 3c412d6e

+2 -3
-2
nix/hosts/misc/code.nix
··· 10 10 home = "/mnt/aria_files"; 11 11 homeMode = "750"; 12 12 isNormalUser = true; 13 - extraGroups = [ config.services.syncthing.group ]; 14 13 home-setup = true; 15 14 packages = [ 16 15 pkgs.git ··· 21 20 ]; 22 21 }; 23 22 24 - # Slightly scuffed shit to put my emacs config on the server 25 23 services.emacs = { 26 24 enable = true; 27 25 nox = true;
+1 -1
nix/hosts/misc/syncthing.nix
··· 8 8 services.syncthing = { 9 9 enable = true; 10 10 user = "aria"; 11 - group = "syncthing"; 11 + group = "users"; 12 12 openDefaultPorts = true; 13 13 settings = { 14 14 options = {
+1
nix/hosts/misc/todos.nix
··· 12 12 services.nginx = { 13 13 enable = true; 14 14 user = "aria"; 15 + group = "users"; 15 16 virtualHosts.${domain} = { 16 17 listen = [ 17 18 {