mirror of
https://github.com/kmein/niveum
synced 2026-03-23 05:11:08 +01:00
Compare commits
4 Commits
a7a103c853
...
ee573e13fc
| Author | SHA1 | Date | |
|---|---|---|---|
| ee573e13fc | |||
| 83d23f8b55 | |||
| addd7077ed | |||
| ec175ef3d7 |
@@ -139,7 +139,6 @@ in {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{ i18n.defaultLocale = "en_GB.UTF-8"; }
|
{ i18n.defaultLocale = "en_GB.UTF-8"; }
|
||||||
{ services.illum.enable = true; }
|
|
||||||
{
|
{
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
let
|
let
|
||||||
davHome = "~/.local/share/dav";
|
davHome = "~/.local/share/dav";
|
||||||
kmeinCloud = {
|
kmeinCloud = {
|
||||||
davEndpoint = "https://cloud.kmein.de/remote.php/dav";
|
davEndpoint = "https://cloud.xn--kiern-0qa.de/remote.php/dav";
|
||||||
username = "kieran";
|
username = "kieran";
|
||||||
password = lib.fileContents <secrets/nextcloud/password>;
|
password = lib.fileContents <secrets/nextcloud/password>;
|
||||||
};
|
};
|
||||||
@@ -59,13 +59,12 @@ in
|
|||||||
skip_unparsable = no
|
skip_unparsable = no
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"todoman/todoman.conf".text = ''
|
"todoman/config.py".text = ''
|
||||||
[main]
|
path = "${davHome}/calendar/*"
|
||||||
path = ${davHome}/calendar/*
|
date_format = "%Y-%m-%d"
|
||||||
date_format = %Y-%m-%d
|
time_format = "%H:%M"
|
||||||
time_format = %H:%M
|
|
||||||
default_due = 0
|
default_due = 0
|
||||||
default_list = Personal
|
default_list = "Personal"
|
||||||
startable = True
|
startable = True
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ in
|
|||||||
<niveum/configs/tuna.nix>
|
<niveum/configs/tuna.nix>
|
||||||
<niveum/configs/sshd.nix>
|
<niveum/configs/sshd.nix>
|
||||||
<niveum/configs/version.nix>
|
<niveum/configs/version.nix>
|
||||||
|
<niveum/configs/gaslight.nix>
|
||||||
<niveum/configs/printing.nix>
|
<niveum/configs/printing.nix>
|
||||||
<niveum/configs/traadfri.nix>
|
<niveum/configs/traadfri.nix>
|
||||||
<niveum/configs/bvg.nix>
|
<niveum/configs/bvg.nix>
|
||||||
|
|||||||
Reference in New Issue
Block a user