diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-20 16:27:02 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-20 16:27:02 +0200 |
| commit | b57ca76b56036d6fa87bf83e93b1e44297fcd793 (patch) | |
| tree | f2d40ade9522726946ba74e36d3c8829ed118540 /hosts/apocalypse/default.nix | |
| parent | a1cdcf3913e5aeec6cbc26f02279f8d9642b37cf (diff) | |
Remove bulwark from apoc
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index f2aac2a..450db65 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -13,9 +13,6 @@ "127.0.0.1" = [ "omega-relay.local" ]; }; - environment.systemPackages = [ - (pkgs.callPackage ../../packages/bulwark/package.nix { }) - ]; services.logind.settings.Login = { HandleLidSwitch = "suspend"; |
