summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-19 16:02:17 -0700
committerFuwn <[email protected]>2024-09-19 16:02:17 -0700
commit05e97bb01b755d15e0cb3fe57888660dce5cee5f (patch)
tree586c5a49a842db92388e0a68a163492e25dc22cf
parentmodules: nix options (diff)
downloadnixos-config-05e97bb01b755d15e0cb3fe57888660dce5cee5f.tar.xz
nixos-config-05e97bb01b755d15e0cb3fe57888660dce5cee5f.zip
himeji: add gigi
-rw-r--r--hosts/himeji/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix
index ea9fe7c..85bf3a4 100644
--- a/hosts/himeji/default.nix
+++ b/hosts/himeji/default.nix
@@ -66,6 +66,13 @@
autoStart = true;
ports = [ "70:70" ];
};
+
+ gigi = {
+ image = "fuwn/gigi";
+ autoStart = true;
+ ports = [ "79:79" ];
+ volumes = [ "/mnt/docker/gigi:/gigi/.gigi" ];
+ };
};
};
};