mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
refactor: rename ./modules to ./hosts/common
This commit is contained in:
parent
1f7b034a5e
commit
9758a6e1e9
26 changed files with 16 additions and 16 deletions
|
@ -9,16 +9,16 @@
|
||||||
nixos-hardware.common-pc-laptop
|
nixos-hardware.common-pc-laptop
|
||||||
nixos-hardware.common-pc-laptop-ssd
|
nixos-hardware.common-pc-laptop-ssd
|
||||||
|
|
||||||
../../modules/core
|
../common/core
|
||||||
../../modules/dev
|
../common/dev
|
||||||
../../modules/graphical
|
../common/graphical
|
||||||
|
|
||||||
../../modules/hardware/intel.nix
|
../common/hardware/intel.nix
|
||||||
../../modules/efi.nix
|
../common/efi.nix
|
||||||
../../modules/laptop.nix
|
../common/laptop.nix
|
||||||
../../modules/sound-pipewire.nix
|
../common/sound-pipewire.nix
|
||||||
../../modules/yubikey.nix
|
../common/yubikey.nix
|
||||||
../../modules/zfs.nix
|
../common/zfs.nix
|
||||||
|
|
||||||
../../users/root
|
../../users/root
|
||||||
../../users/myuser
|
../../users/myuser
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
nixos-hardware.common-cpu-intel
|
nixos-hardware.common-cpu-intel
|
||||||
nixos-hardware.common-pc-ssd
|
nixos-hardware.common-pc-ssd
|
||||||
|
|
||||||
../../modules/core
|
../common/core
|
||||||
../../modules/hardware/intel.nix
|
../common/hardware/intel.nix
|
||||||
../../modules/initrd-ssh.nix
|
../common/initrd-ssh.nix
|
||||||
../../modules/efi.nix
|
../common/efi.nix
|
||||||
../../modules/zfs.nix
|
../common/zfs.nix
|
||||||
|
|
||||||
../../users/root
|
../../users/root
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
nixos-hardware.common-pc-ssd
|
nixos-hardware.common-pc-ssd
|
||||||
|
|
||||||
../../modules/core
|
../common/core
|
||||||
../../modules/zfs.nix
|
../common/zfs.nix
|
||||||
|
|
||||||
../../users/root
|
../../users/root
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue