Former-commit-id: e94276c144
This commit is contained in:
Hadi
2024-06-20 00:15:18 +02:00
parent 25af8d6213
commit 0d84783032

View File

@@ -9,7 +9,5 @@
}; };
"home.anotherhadi.com" = { root = "/etc/www/home.anotherhadi.com"; }; "home.anotherhadi.com" = { root = "/etc/www/home.anotherhadi.com"; };
}; };
environment.etc."www" = { environment.etc."www/anotherhadi.com" = { source = ./home.anotherhadi.com; };
"anotherhadi.com" = { source = ./home.anotherhadi.com; };
};
} }