update grasp

This commit is contained in:
Anish Lakhwara
2022-12-20 15:52:49 +10:00
parent 6bb087555e
commit c3852d464b
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -23,9 +23,9 @@
# For some reason this doesn't work in the profile, but does over here??
# Something weird in the way I'm importing nixpkgs in the profile or something
services."grasp".enable = true;
services."grasp".path = "/home/anish/kitaab/grasp/grasp.wiki";
services."grasp".user = "anish";
services.grasp.enable = true;
services.grasp.path = "/home/anish/kitaab/grasp/grasp.wiki";
services.grasp.user = "anish";
# Backups
age.secrets.borg-password.file = "${self}/secrets/borg-password.age";