aboutsummaryrefslogtreecommitdiff
path: root/hosts/commons/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 09:40:22 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 09:40:22 -0800
commitcdff2240afc17e586ac9307910880e5bc554a123 (patch)
treecf5b3105427e00fcfcad6387b65f255995332c6b /hosts/commons/default.nix
parenthome-manager: start to organize user configuration (diff)
downloadinfra-cdff2240afc17e586ac9307910880e5bc554a123.tar.gz
hosts: centralize network configuration
Diffstat (limited to 'hosts/commons/default.nix')
-rw-r--r--hosts/commons/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix
index d49247a..d7773d4 100644
--- a/hosts/commons/default.nix
+++ b/hosts/commons/default.nix
@@ -1,6 +1,9 @@
{ config, pkgs, system, inputs, ... }:
{
+ imports = [
+ ./network.nix
+ ]
environment = {
# Activate home-manager environment, if not already enabled
loginShellInit = ''