1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: Zotero

This commit is contained in:
2023-06-12 11:18:45 +02:00
parent 5d0a6fe3dd
commit 89d8347a34
4 changed files with 8 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ in {
paths = [ paths = [
"/home/kfm/work" "/home/kfm/work"
"/home/kfm/projects" "/home/kfm/projects"
"/home/kfm/Zotero"
"/home/kfm/notes" "/home/kfm/notes"
"/home/kfm/Maildir" "/home/kfm/Maildir"
"/home/kfm/cloud" "/home/kfm/cloud"

View File

@@ -70,11 +70,15 @@ in {
users.users.me = { users.users.me = {
name = "kfm"; name = "kfm";
description = kieran.name; description = kieran.name;
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/"; passwordFile = config.age.secrets.kfm-password.path;
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
}; };
age.secrets = {
kfm-password.file = ../secrets/kfm-password.age;
};
home-manager.users.me.xdg.enable = true; home-manager.users.me.xdg.enable = true;
} }
{ {

View File

@@ -280,6 +280,7 @@ in {
# xml # xml
saxonb_9_1 saxonb_9_1
libxml2 libxml2
zotero
]; ];
age.secrets.home-assistant-token = { age.secrets.home-assistant-token = {

Submodule secrets updated: 422f0656da...f32a17e485