diff --git a/home.nix b/home.nix index 5059982..d7b5acf 100644 --- a/home.nix +++ b/home.nix @@ -29,7 +29,6 @@ #pkgs.atool #pkgs.httpie pkgs.webcord - pkgs.pika-backup pkgs.tigervnc pkgs.syncthing pkgs.zsh-syntax-highlighting diff --git a/special/insertpclinux.nix b/special/insertpclinux.nix index 0f7aaf5..dd166fb 100644 --- a/special/insertpclinux.nix +++ b/special/insertpclinux.nix @@ -60,40 +60,42 @@ repo = "/mnt/NAS-backup/insertpclinux-insert"; user = "insert"; startAt = "daily"; + doInit = false; exclude = [ "^data.img$" "^.Trash-100$" - "/node.repl_history" - "/.oldprofile" - "/.steampath" - "/mnt" - "/.steampid" - "/.zshenv" - "/.zshrc" - "/.android" - "/.compose-cache" - "/.docker" - "/.gradle" - "/.hyprland" - "/.java" - "/.kube" - "/.minecraft-bta" - "/.mozilla" - "/.nix-defexpr" - "/.nix-profile" - "/.nv" - "/.thunderbird" - "/.zsh" - "/Downloads" - "/.cache" - "/.var/app/*/cache" - "/.local/share/flatpak/repo/" - "/.local/share/Trash" - "/.local/share/libvirt" - "/.local/share/containers" - "/.local/share/flatpak/overrides" - "/.var/app/*/config/cache" - "/.var/app/*/config" + "*/node.repl_history" + "*/.oldprofile" + "*/.steampath" + "*/mnt" + "*/.steampid" + "*/.zshenv" + "*/.zshrc" + "*/.android" + "*/.compose-cache" + "*/.docker" + "*/.gradle" + "*/.hyprland" + "*/.java" + "*/.kube" + "*/.minecraft-bta" + "*/.mozilla" + "*/.pki" + "*/.nix-defexpr" + "*/.nix-profile" + "*/.nv" + "*/.thunderbird" + "*/.zsh" + "*/Downloads" + "*/.cache" + "*/.var/app/*/cache" + "*/.local/share/flatpak/repo/" + "*/.local/share/Trash" + "*/.local/share/libvirt" + "*/.local/share/containers" + "*/.local/share/flatpak/overrides" + "*/.var/app/*/config/cache" + "*/.var/app/*/config" ]; };