diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 19:15:49 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 19:15:49 -0800 |
commit | c41113fdcb92deeb6115c1d70c3bf92a2ea34a29 (patch) | |
tree | 05bb18024315a87c054ef4cc78518eca380a23af /default.nix | |
parent | 963a3f5dc7cfc1494cfe38572ab88830b238514b (diff) |
add runserval config
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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 = [ |