diff options
author | stuebinm | 2022-01-10 02:07:49 +0100 |
---|---|---|
committer | stuebinm | 2022-01-10 02:07:49 +0100 |
commit | c48f90064724ce1d802038524f60cce7baf53e69 (patch) | |
tree | 8a601ab5527a3fdcf54d90d185e6cb056e30bae1 /flake.nix | |
parent | 38ba8be512b8dbb8838fbca9865b2a8d24f6bee1 (diff) |
add cyberbox (desktop config)
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ chaski = mkServer ./hosts/chaski/configuration.nix; flora = mkServer ./hosts/flora/configuration.nix; abbenay = mkDesktop ./hosts/abbenay/configuration.nix; + cyberbox = mkDesktop ./hosts/cyberbox/configuration.nix; }; }; } |