From 2bc281ffe486560e8c9a7f48c867a135892b2c9d Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 13 Jan 2026 19:48:43 -0500 Subject: copy over some old config files, setup desktop --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') 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"; + }; }; }; } -- cgit v1.3.1