mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update server config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user