diff options
author | Ben Sima <ben@bsima.me> | 2019-06-07 12:16:27 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-07 12:18:48 -0700 |
commit | 3971bd1e35dc9ec72b3aa50f29b2f82d1e06cf72 (patch) | |
tree | 0edee704157bb4ddd95e5277a783fdfea2bff68e /depo/hidor-kahih/default.nix | |
parent | 8bf3f4e98d71d7c4e2dc3651fe7094f33f9f409a (diff) |
rename lithium and activate gitlab-runner
Diffstat (limited to 'depo/hidor-kahih/default.nix')
-rw-r--r-- | depo/hidor-kahih/default.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/depo/hidor-kahih/default.nix b/depo/hidor-kahih/default.nix deleted file mode 100644 index 4af629f..0000000 --- a/depo/hidor-kahih/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -/* - -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 - ../packages.nix - ./configuration.nix - ]; - - users.users.root.openssh.authorizedKeys.keys = [(builtins.readFile ../../keys/ben.pub)]; - }; -} |