mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: Zotero
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
2
secrets
2
secrets
Submodule secrets updated: 422f0656da...f32a17e485
Reference in New Issue
Block a user