syncthing: Declarative
I could split this commit in more but I won't. The first commit in this repository said it would be the last legible one, and I haven't followed that, so YOLO.
This commit is contained in:
parent
b7d56a3118
commit
8edb670486
20 changed files with 222 additions and 45 deletions
11
flake.nix
11
flake.nix
|
@ -59,6 +59,7 @@
|
|||
{
|
||||
nixpkgs = nixpkgsConfig;
|
||||
home-manager = homeManagerConfig;
|
||||
frogeye.toplevel = { _type = "override"; content = self; priority = 1000; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -145,5 +146,15 @@
|
|||
modules = [ ./cranberry ];
|
||||
};
|
||||
nixOnDroidConfigurations.sprinkles = lib.nixOnDroidConfiguration { };
|
||||
# Fake systems
|
||||
nixosConfigurations.abavorana = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./abavorana/standin.nix ];
|
||||
};
|
||||
nixosConfigurations.sprinkles = lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./sprinkles/standin.nix ];
|
||||
};
|
||||
# TODO devices/ or configs/ folders
|
||||
} // (lib.flakeTools { inherit self; });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue