diff options
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"; + }; }; }; } |
