about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 09:41:36 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 09:41:36 -0800
commitf92c527559943bd4f117fd879e0543b016de8f46 (patch)
tree3598f98ad6cf33449c87b4e6b2e7dc67a71f231a
parenthosts: centralize network configuration (diff)
downloadworld-f92c527559943bd4f117fd879e0543b016de8f46.tar.gz
hosts: typo
-rw-r--r--hosts/commons/default.nix3
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 = ''