syncthing: Support remote declarative sync
This commit is contained in:
parent
460ab8938f
commit
aceb44293f
3 changed files with 64 additions and 4 deletions
|
@ -213,6 +213,10 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [ ./abavorana/standin.nix ];
|
||||
};
|
||||
nixosConfigurations.ludwig = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./ludwig/standin.nix ];
|
||||
};
|
||||
nixosConfigurations.sprinkles = lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./sprinkles/standin.nix ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue