1
0
Fork 0

Repariere leichte config probleme

This commit is contained in:
Malte Brandy 2018-02-08 23:32:59 +01:00
parent e47964b2b6
commit d9d4af195d
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
habitask = with pkgs; with unstable.rustPlatform; buildRustPackage rec {
habitask = with pkgs; with rustPlatform; buildRustPackage rec {
name = "habitask";
version = "0.1.0";
src = ~/data/aktuell/it/code/habitask;

View file

@ -11,8 +11,8 @@ i18n.consoleKeyMap = "neo";
imports = [
./hardware-configuration.nix
../modules/cdarknet
../snippets/common.nix
../../modules/cdarknet
../../snippets/common.nix
];
# Use the systemd-boot EFI boot loader.
@ -40,7 +40,7 @@ cdark_net = {
enable = true;
hostName = "maralorn_apollo";
ed25519PrivateKeyFile = /etc/nixos/local/tinc/ed25519_key.priv;
hostsDirectory = /etc/nixos/config/cdarknet/hosts;
hostsDirectory = /etc/nixos/config/modules/cdarknet/hosts;
ip6address = "fd23:42:cda:4342::2";
ip4address = "172.20.71.2";
};

View file

@ -23,8 +23,8 @@ in
imports = [
./hardware-configuration.nix
../snippets/common.nix
../snippets/init_ssh.nix
../../snippets/common.nix
../../snippets/init_ssh.nix
/etc/nixos/local/config.nix
];