nix config

update grasp

+7 -7
+4 -4
flake.lock
··· 312 312 "vimwiki-cli": "vimwiki-cli" 313 313 }, 314 314 "locked": { 315 - "lastModified": 1671282000, 316 - "narHash": "sha256-qZb+kmp5tE59dBEC2/A+/rY6mOsWKZwaJCqdZuYbAsg=", 315 + "lastModified": 1671357603, 316 + "narHash": "sha256-LIathTJK9ElWdjlT+zI+CJFB5adORTM9kYeWqEbKwiU=", 317 317 "ref": "main", 318 - "rev": "4d6a4a515b8b61f9614a1f9fa452d9f5c0fa2da5", 319 - "revCount": 461, 318 + "rev": "ea3d0f9a8146f1985dec0b0348a79e3a3038d9b7", 319 + "revCount": 465, 320 320 "type": "git", 321 321 "url": "ssh://gitea@git.sealight.xyz/aynish/kitaab" 322 322 },
+3 -3
hosts/box/default.nix
··· 23 23 24 24 # For some reason this doesn't work in the profile, but does over here?? 25 25 # Something weird in the way I'm importing nixpkgs in the profile or something 26 - services."grasp".enable = true; 27 - services."grasp".path = "/home/anish/kitaab/grasp/grasp.wiki"; 28 - services."grasp".user = "anish"; 26 + services.grasp.enable = true; 27 + services.grasp.path = "/home/anish/kitaab/grasp/grasp.wiki"; 28 + services.grasp.user = "anish"; 29 29 30 30 # Backups 31 31 age.secrets.borg-password.file = "${self}/secrets/borg-password.age";