stuff
This commit is contained in:

committed by
Shelvacu on triple-dezert

parent
8202e74f5a
commit
ea027e277d
@@ -35,7 +35,7 @@ in
|
||||
services.openssh.ports = [ sshPort ];
|
||||
services.openssh.openFirewall = true;
|
||||
|
||||
# systemd.tmpfiles."asdf"."/emdata"."Z" = ...;
|
||||
# systemd.tmpfiles.settings."asdf"."/emdata"."Z" = ...;
|
||||
|
||||
users.groups.emily.gid = 999;
|
||||
users.users.emily = {
|
||||
|
@@ -49,7 +49,7 @@ in
|
||||
networking.nameservers = [ "10.78.79.1" ];
|
||||
networking.firewall.enable = false;
|
||||
|
||||
systemd.tmpfiles."asdf"."/models"."Z" = {
|
||||
systemd.tmpfiles.settings."asdf"."/models"."Z" = {
|
||||
mode = "0700";
|
||||
user = "ollama";
|
||||
group = "ollama";
|
||||
|
@@ -34,7 +34,7 @@
|
||||
system.stateVersion = "23.11";
|
||||
networking.firewall.enable = false;
|
||||
|
||||
systemd.tmpfiles."asdf"."/static-stuff"."Z".mode = "0555";
|
||||
systemd.tmpfiles.settings."asdf"."/static-stuff"."Z".mode = "0555";
|
||||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."tulpaudcast.jean-luc.org".root =
|
||||
|
Reference in New Issue
Block a user