This commit is contained in:
Hadi 2024-06-20 00:15:18 +02:00
parent 0114f7281b
commit e94276c144

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; };
};
} }