From 2afbdbee1db02d510ebf3c5ca51abfbf3bf02a50 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 13 May 2019 18:59:06 -0700 Subject: move lithium to biz as hidor-kahih --- depo/hidor-kahih/default.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 depo/hidor-kahih/default.nix (limited to 'depo/hidor-kahih/default.nix') diff --git a/depo/hidor-kahih/default.nix b/depo/hidor-kahih/default.nix new file mode 100644 index 0000000..606ce29 --- /dev/null +++ b/depo/hidor-kahih/default.nix @@ -0,0 +1,25 @@ +/* + +hidor-kahih - main development/build server + +*/ + +let + nixpkgs = builtins.fetchTarball (import ../../pack/nixpkgs.nix); +in +import "${nixpkgs}/nixos" { + system = "x86_64-linux"; + configuration = { + nixpkgs.overlays = [ + (import ../../pack/overlay.nix) + ]; + + imports = + [ ./hardware.nix + ../users.nix + ./configuration.nix + ]; + + users.users.root.openssh.authorizedKeys.keys = [(builtins.readFile ../../keys/ben.pub)]; + }; +} -- cgit v1.2.3