Server
This commit is contained in:
parent
750689b0f6
commit
3d20632b0c
6 changed files with 32 additions and 3 deletions
|
|
@ -21,9 +21,14 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [nextcloud-client];
|
||||
home.packages = with pkgs; [
|
||||
nextcloud-client
|
||||
nextcloud-talk-desktop
|
||||
];
|
||||
home.persistence = mkIf impermanence.enable {
|
||||
"${impermanence.persistentStorage}".directories = [
|
||||
".config/Nextcloud"
|
||||
".config/Nextcloud Talk"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue