Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 244cff9

Browse files
committed
General fixes
1 parent 1e0d442 commit 244cff9

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

machines/chaos/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
];
102102

103103
extraHomePackages = with pkgs; [
104+
godot
105+
affine
104106
tutanota-desktop
105107
vscode
106108
heroic

machines/space/static-sites.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ in {
1818
services.nginx = {
1919
virtualHosts = {
2020
"rxn.be" = {
21+
default = true;
2122
serverAliases = [ "www.rxn.be" "space.rxn.be" "49.12.7.126" ];
2223
useACMEHost = "rxn.be";
2324
addSSL = true;

modules/mail/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222

2323
makeAccount = {
2424
name, address, host ? "", imapHost ? host, imapPort ? 993, smtpHost ? host, smtpPort ? (lib.mkDefault 465),
25-
useStartTls ? false, passFile, extraConfig ? { }, primary ? false,
25+
useStartTls ? false, passFile ? null, extraConfig ? { }, primary ? false,
2626
userName ? address, signature ? personal.defaultSignature, mbsync ? true,
2727
folders ? null, oauth ? null, extraFolderPatterns ? []
2828
}: (
52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)