Update server config

This commit is contained in:
thiloho
2023-08-01 23:28:39 +00:00
parent 9f6ae59b36
commit 57cdba6cc1
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
specialArgs = { inherit inputs; };
modules = [
entrypoint
(if entrypoint == ./nixos-configurations/wsl then NixOS-WSL.nixosModules.wsl else "")
NixOS-WSL.nixosModules.wsl
home-manager.nixosModules.home-manager
{
home-manager = {

View File

@@ -44,7 +44,7 @@
"aurora.thilohohlt.com" = {
enableACME = true;
forceSSL = true;
root = inputs.aurora-blog-template.packages.default;
root = inputs.aurora-blog-template.packages.${pkgs.system}.default;
};
};
};