about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/system/default.nix1
-rw-r--r--modules/system/nix/default.nix (renamed from hosts/common/system/nix.nix)6
2 files changed, 2 insertions, 5 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix
index f519766..2e34ede 100644
--- a/hosts/common/system/default.nix
+++ b/hosts/common/system/default.nix
@@ -6,7 +6,6 @@
     ./hardware.nix
     ./locale.nix
     ./network.nix
-    ./nix.nix
     ./security.nix
     ./software.nix
     ./ssh.nix
diff --git a/hosts/common/system/nix.nix b/modules/system/nix/default.nix
index 48379a4..2ad20c3 100644
--- a/hosts/common/system/nix.nix
+++ b/modules/system/nix/default.nix
@@ -1,7 +1,5 @@
-{ lib, pkgs, ... }:
-
-{
-  # Enable flakes and new 'nix' command
+# Nix related settings
+{ lib, pkgs, ... }: {
   nix = {
     package = pkgs.nixFlakes;
     extraOptions = ''