From c41113fdcb92deeb6115c1d70c3bf92a2ea34a29 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 19:15:49 -0800 Subject: add runserval config --- default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 3d3250c..eb08fa7 100644 --- a/default.nix +++ b/default.nix @@ -51,6 +51,16 @@ in { }; }; }; + Com.RunServal = buildOS { + configuration = { + imports = [ + ./Com/Simatime/packages.nix + ./Com/RunServal/hardware.nix + ./Com/RunServal/networking.nix + ]; + networking.hostName = "serval"; + }; + }; Com.InfluencedByBooks = buildOS { configuration = { imports = [ -- cgit v1.2.3