diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-13 19:48:43 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-13 20:00:54 -0500 |
| commit | 2bc281ffe486560e8c9a7f48c867a135892b2c9d (patch) | |
| tree | e7c234f28f774adf80ed0af9212df77fec97c735 /flake.nix | |
| parent | 16ded7f61e06eb328e7d79c1de8cefaece926889 (diff) | |
copy over some old config files, setup desktop
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"; + }; }; }; } |
