diff options
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)]; - }; -} |