nixos/config/sources/default.nix
Emelie Graven e5e4d3688c
Add capetillo
Added the hetzner VPS capetillo and enabled nginx,
simple-nixos-mailserver and backups.
2021-11-22 14:00:07 +01:00

11 lines
210 B
Nix

let
sources = import ./nix/sources.nix;
# just use standard pkgs from sources
# so that we have our applyPattches function
pkgs = import sources.nixpkgs {};
in {
nixus = sources.nixus;
} // sources