summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/nix/lorri.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-05 07:09:31 -0700
committerFuwn <[email protected]>2024-09-05 07:09:31 -0700
commit5a6acbdace42ecebcff38d468e7e883cde3f8b62 (patch)
tree0db2fb50bef394b9011e8941d199b026a7eaeb79 /home/ebisu/fortune/development/nix/lorri.nix
parentBump (diff)
downloadnixos-config-5a6acbdace42ecebcff38d468e7e883cde3f8b62.tar.xz
nixos-config-5a6acbdace42ecebcff38d468e7e883cde3f8b62.zip
Bump
Diffstat (limited to 'home/ebisu/fortune/development/nix/lorri.nix')
-rw-r--r--home/ebisu/fortune/development/nix/lorri.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/ebisu/fortune/development/nix/lorri.nix b/home/ebisu/fortune/development/nix/lorri.nix
deleted file mode 100644
index 4a765f9..0000000
--- a/home/ebisu/fortune/development/nix/lorri.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-{
- services.lorri.enable = true;
-
- # https://github.com/NixOS/nixpkgs/pull/275024#issuecomment-1874303894
- systemd.user.services.lorri.serviceConfig = {
- ProtectSystem = pkgs.lib.mkForce "full";
- ProtectHome = pkgs.lib.mkForce false;
- };
-}