aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-13 19:48:43 -0500
committerRosa <rosaontheweb@proton.me>2026-01-13 20:00:54 -0500
commit2bc281ffe486560e8c9a7f48c867a135892b2c9d (patch)
treee7c234f28f774adf80ed0af9212df77fec97c735 /flake.nix
parent16ded7f61e06eb328e7d79c1de8cefaece926889 (diff)
copy over some old config files, setup desktop
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";
+ };
};
};
}