remove authentik
This commit is contained in:
parent
dfd02b3a27
commit
9c9c8fed35
11 changed files with 15 additions and 104 deletions
|
@ -121,5 +121,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.userDirs = let home = config.home.homeDirectory; in
|
||||
{
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
desktop = "${home}/.desktop";
|
||||
documents = "${home}/cloud/Documents";
|
||||
download = "${home}/dl";
|
||||
music = "${home}/cloud/Music";
|
||||
pictures = "${home}/cloud/Pictures";
|
||||
publicShare = "${home}/.publicShare";
|
||||
templates = "${home}/.templates";
|
||||
videos = "${home}/cloud/Videos";
|
||||
};
|
||||
|
||||
services.syncthing.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue