mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: activate syncthing on several machines
This commit is contained in:
parent
9214bed77f
commit
5b249c58e5
6 changed files with 120 additions and 6 deletions
|
@ -1,4 +1,45 @@
|
|||
_:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
luj.hmgr.julien = { };
|
||||
luj.hmgr.julien = {
|
||||
|
||||
home.persistence."/persistent/home/julien" = {
|
||||
files = [
|
||||
".config/gnome-initial-setup-done"
|
||||
".config/background"
|
||||
".cert/nm-openvpn/telecom-paris-ca.pem"
|
||||
".local/share/com.ranfdev.Notify.sqlite"
|
||||
];
|
||||
directories = [
|
||||
"Pictures"
|
||||
"Documents"
|
||||
".ssh"
|
||||
".mozilla"
|
||||
"devold"
|
||||
".config/cosmic"
|
||||
".local/share/direnv"
|
||||
".local/state/cosmic-comp"
|
||||
".local/share/atuin"
|
||||
".local/share/firefoxpwa"
|
||||
".config/Signal"
|
||||
".cache/spotify"
|
||||
".config/spotify"
|
||||
".config/autostart"
|
||||
".config/borg"
|
||||
".config/pika-backup"
|
||||
".config/Element"
|
||||
".step"
|
||||
".emacs.d"
|
||||
".gnupg"
|
||||
"Zotero"
|
||||
".config/dconf"
|
||||
".local/share/keyrings"
|
||||
".cache/mu"
|
||||
"Maildir"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
home.packages = [ pkgs.hello ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue