summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-03-05 10:54:52 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-03-05 10:54:52 +0100
commitab72e2906d3b101d297f6b3750ed4acd37ee8344 (patch)
treeba2149b1a62de751f33df99c2e71d89aa5c9402f /hosts
parentbdb6c4b4f76b5169021864a7116e6f70159aaf5e (diff)
Fix some hyprland and add cuda substituter.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/default.nix13
1 files changed, 11 insertions, 2 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix
index 587daaf..2753e61 100644
--- a/hosts/apocalypse/default.nix
+++ b/hosts/apocalypse/default.nix
@@ -13,6 +13,12 @@
"127.0.0.1" = [ "omega-relay.local" ];
};
+ services.logind.settings.Login = {
+ HandleLidSwitch = "ignore";
+ HandleLidSwitchExternalPower = "lock";
+ HandleLidSwitchDocked = "ignore";
+ };
+
## Addons for this system
addons = {
desktop.hyprland.enable = true;
@@ -28,8 +34,11 @@
gpg.enable = true;
remote_builder = {
- enable = false;
- allowedKeyFiles = [ ../../secrets/eli.pub ];
+ enable = true;
+ allowedKeyFiles = [
+ ../../secrets/omega-relay_hostkey_ed25519.pub
+ ../../secrets/eli.pub
+ ];
openFirewall = true;
};
};