diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-18 19:43:39 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-18 19:43:39 +0200 |
commit | 8415083eb6acc343dfa404dbbc12fa0171a48a20 (patch) | |
tree | d83f54c99763ae49076bf3071449595b6ccae133 /nixops | |
parent | 8fa7ff2c63fb0722144bc90837512d9f8b8c929d (diff) | |
download | Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.gz Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.zst Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.zip |
Add new machine to nixops
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixops/default.nix b/nixops/default.nix index 649e431..f65f3da 100644 --- a/nixops/default.nix +++ b/nixops/default.nix | |||
@@ -5,5 +5,7 @@ | |||
5 | enableRollback = true; | 5 | enableRollback = true; |
6 | }; | 6 | }; |
7 | 7 | ||
8 | resources.sshKeyPairs.ssh-key = {}; | ||
8 | eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; }; | 9 | eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; }; |
10 | backup-2 = import ../modules/private/system/backup-2.nix { inherit privateFiles; }; | ||
9 | } | 11 | } |