about summary refs log tree commit diff
path: root/hosts/luna/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-09 01:15:18 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-18 15:22:22 +0200
commit6795b5bd64c240cd989b2db12eb5c4652e48aecd (patch)
treeb1fed97244faeab8d58defcc28c9b388db06a50d /hosts/luna/default.nix
parentRiver: Change exit to Mod+Ctrl+Shift E (diff)
downloadnixos-config-6795b5bd64c240cd989b2db12eb5c4652e48aecd.tar.gz
nixos-config-6795b5bd64c240cd989b2db12eb5c4652e48aecd.tar.bz2
nixos-config-6795b5bd64c240cd989b2db12eb5c4652e48aecd.zip
Implement host-hardware separation
Diffstat (limited to 'hosts/luna/default.nix')
-rw-r--r--hosts/luna/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix
index f70c975..9fbe164 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -1,8 +1,6 @@
 { config, pkgs, lib, secrets, hostname, inputs, user, ... }: {
 
   imports = [
-    ./hardware.nix
-
     ../../modules/power-save
     ../../modules/bluetooth
   ];