my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

seber: fix permissions yet again

+8 -8
+5 -5
systems/seber/services/ebil-club.nix
··· 24 groups."${name}" = { }; 25 users."${name}" = { 26 inherit home; 27 isNormalUser = true; 28 hashedPassword = "!"; 29 group = name; ··· 34 }; 35 36 systemd.tmpfiles.rules = [ 37 - "Z ${home} 0750 ${name} nginx" 38 - "d ${home}/${host} 0750 ${name} nginx -" 39 ]; 40 }; 41 in ··· 67 }; 68 69 systemd.tmpfiles.rules = [ 70 - "d /var/ebil.club 0755 - - -" 71 - "Z /var/ebil.club/ebil.club 0750 adam nginx" 72 - "d /var/ebil.club/ebil.club 0750 adam nginx -" 73 ]; 74 }
··· 24 groups."${name}" = { }; 25 users."${name}" = { 26 inherit home; 27 + createHome = false; 28 isNormalUser = true; 29 hashedPassword = "!"; 30 group = name; ··· 35 }; 36 37 systemd.tmpfiles.rules = [ 38 + "d ${home} 0750 ${name} nginx -" 39 + "d ${home}/${host} 2750 ${name} nginx -" 40 ]; 41 }; 42 in ··· 68 }; 69 70 systemd.tmpfiles.rules = [ 71 + "d /var/ebil.club 0755 root root -" 72 + "d /var/ebil.club/ebil.club 2750 adam nginx -" 73 ]; 74 }
+1 -1
systems/seber/services/lebel.nix
··· 40 sslCertificateKey = "/run/agenix/ssl-adamperkowski-key"; 41 }; 42 43 - systemd.tmpfiles.rules = [ "d /var/lebel 0750 adam users -" ]; 44 }
··· 40 sslCertificateKey = "/run/agenix/ssl-adamperkowski-key"; 41 }; 42 43 + systemd.tmpfiles.rules = [ "d /var/lebel 2750 adam users -" ]; 44 }
+1 -1
systems/seber/services/mimi.nix
··· 16 }; 17 }; 18 19 - systemd.tmpfiles.rules = [ "d /var/mimi 0750 adam users -" ]; 20 }
··· 16 }; 17 }; 18 19 + systemd.tmpfiles.rules = [ "d /var/mimi 2750 adam users -" ]; 20 }
+1 -1
systems/seber/services/website.nix
··· 26 sslCertificateKey = "/run/agenix/ssl-adamperkowski-key"; 27 }; 28 29 - systemd.tmpfiles.rules = [ "d /var/website 0750 adam users -" ]; 30 }
··· 26 sslCertificateKey = "/run/agenix/ssl-adamperkowski-key"; 27 }; 28 29 + systemd.tmpfiles.rules = [ "d /var/website 2750 adam users -" ]; 30 }