From c2a556abd8c7d39fbbe333b514217b1e621048cb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 14 Nov 2019 06:34:48 -0800 Subject: Re-namespace Serval under Com.Simatime I don't have runserval.com yet, so I'm not gonna put the cart before the horse --- default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'default.nix') 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 { -- cgit v1.2.3