Skip to content

Commit

Permalink
[Home] Use private home configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Gregoire committed Sep 1, 2019
1 parent 9c6dd4c commit 698d0a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/networks/home/default.nix
@@ -1,6 +1,10 @@
{ config, pkgs, ... }:

{
imports = [
../../../vendor/infrastructure-private/resources/networks/home/default.nix
];

networking.hosts = {
"${config.resources.hosts.beyla.ip}" = [ "Beyla" "${config.resources.hosts.beyla.alias}" ];
"${config.resources.hosts.octopi.ip}" = [ "Octopi" "${config.resources.hosts.octopi.alias}" ];
Expand Down

0 comments on commit 698d0a1

Please sign in to comment.