Pr/move contabo containers and backup #77

Merged
steveej merged 7 commits from pr/move-contabo-containers-and-backup into master 2021-01-11 10:54:04 +00:00
Showing only changes of commit 15c5edf68a - Show all commits

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "4a75ca4a4e7d14e7b0b0230b3ea57b5bd7c16218";
rev = "c6b23ba64aea4b0e2163ff84990084a6bec455c5";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "1a57d96edd156958b12782e8c8b6a374142a7248";
rev = "56bb1b0f7a33e5d487dc2bf2e846794f4dcb4d01";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "44c443a7a602e7752641aac21e4ad17061761290";
rev = "174267e601bc2d525a685084d9712841b3ef93da";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";