diff options
author | Ben Sima <ben@bsima.me> | 2019-11-14 06:34:48 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-14 06:34:48 -0800 |
commit | c2a556abd8c7d39fbbe333b514217b1e621048cb (patch) | |
tree | 8f45c5e2c49e6ac7e1a8cc8f2ca822c843726c90 /default.nix | |
parent | c835bc51ce83d12d4cb98c3961d4a3051af60bd5 (diff) |
Re-namespace Serval under Com.Simatime
I don't have runserval.com yet, so I'm not gonna put the cart before the horse
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/default.nix b/default.nix index 2195f58..41a29df 100644 --- a/default.nix +++ b/default.nix @@ -50,16 +50,16 @@ in { ]; }; }; - }; - Com.RunServal = buildOS { - configuration = { - imports = [ - ./Com/Simatime/packages.nix - ./Com/RunServal/hardware.nix - ./Com/RunServal/networking.nix - ]; - networking.hostName = "serval"; - boot.enableContainers = true; + Serval = buildOS { + configuration = { + imports = [ + ./Com/Simatime/packages.nix + ./Com/RunServal/hardware.nix + ./Com/RunServal/networking.nix + ]; + networking.hostName = "serval.simatime.com"; + boot.enableContainers = true; + }; }; }; Com.InfluencedByBooks = buildOS { |