summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/examples/lnl.nix24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 4b3977f..c0b9816 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -66,18 +66,18 @@
services.chunkwm.enable = true;
services.skhd.enable = true;
- security.sandbox.profiles.fetch-nixpkgs-updates.closure = [ pkgs.cacert pkgs.git ];
- security.sandbox.profiles.fetch-nixpkgs-updates.writablePaths = [ (toString <nixpkgs-trunk>) ];
- security.sandbox.profiles.fetch-nixpkgs-updates.allowNetworking = true;
-
- launchd.user.agents.fetch-nixpkgs-updates = {
- command = "/usr/bin/sandbox-exec -f ${config.security.sandbox.profiles.fetch-nixpkgs-updates.profile} ${pkgs.git}/bin/git -C ${toString <nixpkgs-trunk>} fetch origin master";
- environment.HOME = "";
- environment.NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
- serviceConfig.KeepAlive = false;
- serviceConfig.ProcessType = "Background";
- serviceConfig.StartInterval = 360;
- };
+ # security.sandbox.profiles.fetch-nixpkgs-updates.closure = [ pkgs.cacert pkgs.git ];
+ # security.sandbox.profiles.fetch-nixpkgs-updates.allowNetworking = true;
+ # security.sandbox.profiles.fetch-nixpkgs-updates.writablePaths = [ (toString ~/Code/nixos/nixpkgs) ];
+
+ # launchd.user.agents.fetch-nixpkgs-updates = {
+ # command = "/usr/bin/sandbox-exec -f ${config.security.sandbox.profiles.fetch-nixpkgs-updates.profile} ${pkgs.git}/bin/git -C ${toString ~/Code/nixos/nixpkgs} fetch origin master";
+ # environment.HOME = "";
+ # environment.NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
+ # serviceConfig.KeepAlive = false;
+ # serviceConfig.ProcessType = "Background";
+ # serviceConfig.StartInterval = 360;
+ # };
launchd.user.agents.letty = {
serviceConfig.Program = "${pkgs.lnl.letty}/bin/letty-blink";