mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
Compare commits
3 commits
d4e0c6c62b
...
d20c694296
| Author | SHA1 | Date | |
|---|---|---|---|
| d20c694296 | |||
| 30410d805c | |||
| 3839b0a832 |
4 changed files with 4 additions and 25 deletions
|
|
@ -126,7 +126,6 @@
|
|||
|
||||
animations = {
|
||||
enabled = true;
|
||||
first_launch_animation = false;
|
||||
bezier = [
|
||||
"easeOutQuint,0.23,1,0.32,1"
|
||||
"easeInOutCubic,0.65,0.05,0.36,1"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
./tailscale.nix
|
||||
./flatpak.nix
|
||||
./restic.nix
|
||||
./syncthing.nix
|
||||
./zerotierone.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "toast";
|
||||
group = "users";
|
||||
configDir = "/home/toast/.config/syncthing";
|
||||
extraFlags = [ "--no-default-folder" ];
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
settings = {
|
||||
devices = {
|
||||
"phone" = { id = "XIRT2YS-3PZY7PF-PL4QTYK-LCYCSKW-GARN5N6-KBWGSP6-YZDQGED-N7R6YQF"; };
|
||||
"tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; };
|
||||
};
|
||||
folders = {
|
||||
"obsidian" = {
|
||||
path = "/data/Backup/Obsidian/";
|
||||
devices = [ "phone" "tablet" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
3
hosts/nixos/modules/services/zerotierone.nix
Normal file
3
hosts/nixos/modules/services/zerotierone.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.zerotierone.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue