diff options
author | makefu <github@syntax-fehler.de> | 2016-03-15 13:20:14 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-15 13:20:14 +0100 |
commit | 2e317bfe747ec968d3b933ae4c0df68ad204021c (patch) | |
tree | aa9c9b5fa5c382e8969b3b96eef1d881529c95ae /makefu/1systems/darth.nix | |
parent | 4588c5a19bd61bc8bac1f9ad12016a9d9b56dfdc (diff) |
ma 2: use tinc-pre per default
Diffstat (limited to 'makefu/1systems/darth.nix')
-rw-r--r-- | makefu/1systems/darth.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix index 95a37006b..a33744f0b 100644 --- a/makefu/1systems/darth.nix +++ b/makefu/1systems/darth.nix @@ -8,9 +8,7 @@ with config.krebs.lib; ../. ]; - krebs.build.host = config.krebs.hosts.darth; krebs.retiolum.enable = true; - nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; boot.loader.grub.device = "/dev/disk/by-id/ata-ADATA_SSD_S599_64GB_10460000000000000039"; users.users.root.openssh.authorizedKeys.keys = [ |