aboutsummaryrefslogtreecommitdiff
path: root/nixops/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 14:43:09 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 14:45:37 +0200
commitdbcba2ea2b7301aaa7e6487c2589b09ef09ba066 (patch)
treeb4cd4b064468840e96757a55adbe9fd57a9d7904 /nixops/default.nix
parentdb4f87d640a090c4b469595737503f4189923c45 (diff)
downloadNix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.tar.gz
Nix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.tar.zst
Nix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.zip
Reorganize files
Diffstat (limited to 'nixops/default.nix')
-rw-r--r--nixops/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixops/default.nix b/nixops/default.nix
new file mode 100644
index 0000000..649e431
--- /dev/null
+++ b/nixops/default.nix
@@ -0,0 +1,9 @@
1{ privateFiles ? ./. }:
2{
3 network = {
4 description = "Immae's network";
5 enableRollback = true;
6 };
7
8 eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; };
9}