summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-18 15:14:14 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-18 15:14:14 +0200
commit6708d31eeec7dd19cfac5a7dbf469812436acfb9 (patch)
treeb759542d5442b73d6c8703c7139a096e7650f6af /hosts
parent4ea016bb3f2857abc4de506a5e81aaba881d5cc7 (diff)
Nix flake update
- Remove GTK theming for now - Add cors for email - Uninstall iamb due to build errors
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/nvidia.nix2
-rw-r--r--hosts/omega-relay/default.nix4
2 files changed, 5 insertions, 1 deletions
diff --git a/hosts/apocalypse/nvidia.nix b/hosts/apocalypse/nvidia.nix
index db2e80a..7f1cb9f 100644
--- a/hosts/apocalypse/nvidia.nix
+++ b/hosts/apocalypse/nvidia.nix
@@ -40,7 +40,7 @@
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
- package = config.boot.kernelPackages.nvidiaPackages.production;
+ package = config.boot.kernelPackages.nvidiaPackages.legacy_580;
prime = {
offload = {
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix
index 17d004f..9932da2 100644
--- a/hosts/omega-relay/default.nix
+++ b/hosts/omega-relay/default.nix
@@ -51,6 +51,10 @@
];
additionalDomains = [ "mail.wilkuu.nl" ];
doACME = !isVM;
+ corsDomains = [
+ "qtab.wilkuu.nl"
+ "qtab-dev.wilkuu.nl"
+ ];
};
continuwuity = {
enable = true;