parent
fada245b8f
commit
d9e6b9754b
2 changed files with 5 additions and 1 deletions
modules
|
@ -1,7 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
systemd.tmpfiles.rules = [ "d '/srv/www/miom.space' 0750 hakkonaut hakkonaut - -" ];
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '/srv/www' 0750 hakkonaut hakkonaut - -"
|
||||
"d '/srv/www/miom.space' 0750 hakkonaut hakkonaut - -"
|
||||
];
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"www.miom.space" = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '/srv/www' 0750 hakkonaut hakkonaut - -"
|
||||
"d '/srv/www/${config.pub-solar-os.networking.domain}' 0750 hakkonaut hakkonaut - -"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue