add rustdesk and docker to persist
This commit is contained in:
@@ -91,7 +91,9 @@ in
|
||||
home.persistence."/nix/persist/user/dominik" = {
|
||||
allowOther = true;
|
||||
directories = [
|
||||
".config/libreoffice"
|
||||
".config/Nextcloud"
|
||||
".config/rustdesk"
|
||||
".config/Signal"
|
||||
".local/share/keyrings"
|
||||
".mozilla"
|
||||
@@ -312,14 +314,6 @@ in
|
||||
home.file.".local/share/nvim/project_nvim/project_history".source = ./configs/project_history;
|
||||
home.file.".config/Cryptomator/settings.json".source = ./configs/cryptomator.json;
|
||||
|
||||
/* Setup nextcloud folders */
|
||||
# home.activation.nextcloud = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
# set +eu
|
||||
# ${pkgs.coreutils}/bin/mkdir ~/cloud.cloonar.com
|
||||
# ${pkgs.coreutils}/bin/mkdir ~/cloud.epicenter.works
|
||||
# set -eu
|
||||
# '';
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
|
||||
Reference in New Issue
Block a user