aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6757ef6..d593872 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,6 +38,7 @@
modules = [
./common/core.nix
./hosts/${hostName}
+ ./hosts/${hostName}/hardware-configuration.nix
./modules # include custom system modules
{ networking.hostName = hostName; }
]
@@ -57,6 +58,11 @@
hostName = "limbo";
system = "x86_64-linux";
};
+
+ lust = mkSystem {
+ hostName = "lust";
+ system = "x86_64-linux";
+ };
};
};
}