summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;
};
};