chore: silence deprecation warning

This commit is contained in:
Greg Hellings
2026-02-19 19:49:49 -06:00
parent bbbab22df8
commit 61d4f4872e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ in
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
enableZshIntegration = pkgs.stdenv.hostPlatform.isDarwin; enableZshIntegration = pkgs.stdenv.hostPlatform.isDarwin;
shellWrapperName = "y";
}; };
}; };
} }
+1
View File
@@ -123,6 +123,7 @@ in
]; ];
}; };
settings = { settings = {
security.secret_key = "123456789";
server = { server = {
domain = "${config.networking.hostName}.shire-zebra.ts.net"; domain = "${config.networking.hostName}.shire-zebra.ts.net";
enforce_domain = true; enforce_domain = true;