diff options
author | Ben Sima <ben@bsima.me> | 2022-03-30 11:39:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-03-30 11:39:23 -0400 |
commit | d63c6191128a3cdaa1784083a48547c79b3ab98d (patch) | |
tree | 38c53b747455ba620c5697e4f797864f8b7155f4 /Biz/Cloud.nix | |
parent | feb9094a0d6c12e84e7997984ecd71aef76a760f (diff) |
Move Nixpert stuff up in tree hierarchy
Diffstat (limited to 'Biz/Cloud.nix')
-rw-r--r-- | Biz/Cloud.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index f45cd20..2bbae36 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -15,7 +15,7 @@ bild.os { ./Cloud/Web.nix ./Cloud/Znc.nix "${bild.sources.nixos-mailserver}" - ./Nixpert/Chat.nix + ./Nixpert.nix ]; networking.hostName = "simatime"; networking.domain = "simatime.com"; |