aboutsummaryrefslogtreecommitdiff
path: root/modules/image
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
committerMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
commit40790797e111cec5ff682806998d50c38ed7bca9 (patch)
tree6db95b93f0797a62637845ea4bda5a3eedbc9306 /modules/image
parentmove nixinate to own flake (diff)
cleanup modules
Diffstat (limited to 'modules/image')
-rw-r--r--modules/image/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/image/default.nix b/modules/image/default.nix
index 5903db3..f98afd9 100644
--- a/modules/image/default.nix
+++ b/modules/image/default.nix
@@ -2,6 +2,11 @@
{
config = {
+ networking = {
+ domain = "vapor.systems";
+ hostName = "image";
+ };
+
system.build.image = import <nixpkgs/nixos/lib/make-disk-image.nix> {
name = "vapor-systems-image";
format = "raw";