diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-09 01:15:18 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-18 15:22:22 +0200 |
commit | 6795b5bd64c240cd989b2db12eb5c4652e48aecd (patch) | |
tree | b1fed97244faeab8d58defcc28c9b388db06a50d /hosts/luna/default.nix | |
parent | River: Change exit to Mod+Ctrl+Shift E (diff) | |
download | nixos-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.nix | 2 |
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 ]; |