diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-20 00:04:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-20 00:05:19 +0200 |
commit | ae485806dd34c6fbf905636a38be1e084324ea90 (patch) | |
tree | b9fcfe43ca0a5601f463593817b10993e881e3dc /nixops | |
parent | 1b9150a54b5cb0b512265cdcf88ad10c9a4a55b1 (diff) | |
download | Nix-ae485806dd34c6fbf905636a38be1e084324ea90.tar.gz Nix-ae485806dd34c6fbf905636a38be1e084324ea90.tar.zst Nix-ae485806dd34c6fbf905636a38be1e084324ea90.zip |
Add disk to backup-2
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixops/default.nix b/nixops/default.nix index f65f3da..45a235e 100644 --- a/nixops/default.nix +++ b/nixops/default.nix | |||
@@ -5,6 +5,7 @@ | |||
5 | enableRollback = true; | 5 | enableRollback = true; |
6 | }; | 6 | }; |
7 | 7 | ||
8 | # Used by hetzner cloud to provision machines | ||
8 | resources.sshKeyPairs.ssh-key = {}; | 9 | resources.sshKeyPairs.ssh-key = {}; |
9 | eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; }; | 10 | eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; }; |
10 | backup-2 = import ../modules/private/system/backup-2.nix { inherit privateFiles; }; | 11 | backup-2 = import ../modules/private/system/backup-2.nix { inherit privateFiles; }; |