Emelie Graven
e5e4d3688c
Added the hetzner VPS capetillo and enabled nginx, simple-nixos-mailserver and backups.
11 lines
210 B
Nix
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
|