the great syncthing update
This commit is contained in:
parent
fabd880730
commit
4d6165dd3a
3 changed files with 80 additions and 76 deletions
|
@ -150,17 +150,19 @@
|
|||
};
|
||||
dalinar = nixpkgs-stable.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./systems/dalinar/configuration.nix
|
||||
nix-bitcoin.nixosModules.default
|
||||
# nix-bitcoin.nixosModules.default
|
||||
# simple-nixos-mailserver.nixosModules.default
|
||||
];
|
||||
};
|
||||
kohlin = nixpkgs-stable.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./systems/kohlin/configuration.nix
|
||||
nix-bitcoin.nixosModules.default
|
||||
# nix-bitcoin.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue