diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:41:36 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:41:36 -0800 |
commit | f92c527559943bd4f117fd879e0543b016de8f46 (patch) | |
tree | 3598f98ad6cf33449c87b4e6b2e7dc67a71f231a /hosts/commons | |
parent | hosts: centralize network configuration (diff) | |
download | world-f92c527559943bd4f117fd879e0543b016de8f46.tar.gz |
hosts: typo
Diffstat (limited to 'hosts/commons')
-rw-r--r-- | hosts/commons/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix index d7773d4..4f35a15 100644 --- a/hosts/commons/default.nix +++ b/hosts/commons/default.nix @@ -3,7 +3,8 @@ { imports = [ ./network.nix - ] + ]; + environment = { # Activate home-manager environment, if not already enabled loginShellInit = '' |