chore: silence deprecation warning
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user