diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 16:25:15 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 16:26:20 +0530 |
commit | 9ec2a403905b34d872f332cc7fb0aec305faa5f2 (patch) | |
tree | b13c827486cceaaad5c9f630ba492df711c0e4d6 /flake.nix | |
parent | 45f07b6392cfba92912e7488749523b91c764f4f (diff) |
hosts/lia: init
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,6 @@ ); in { - nixosConfigurations = makeX86 [ "cez" "kay" "fscusat" "dspace" ]; + nixosConfigurations = makeX86 [ "cez" "kay" "lia" "fscusat" "dspace" ]; }; } |