forked from mirrors_public/oddlama_nix-config
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-ssd
|
||||
|
||||
../../modules/core
|
||||
../../modules/dev
|
||||
../../modules/graphical
|
||||
../common/core
|
||||
../common/dev
|
||||
../common/graphical
|
||||
|
||||
../../modules/hardware/intel.nix
|
||||
../../modules/efi.nix
|
||||
../../modules/laptop.nix
|
||||
../../modules/sound-pipewire.nix
|
||||
../../modules/yubikey.nix
|
||||
../../modules/zfs.nix
|
||||
../common/hardware/intel.nix
|
||||
../common/efi.nix
|
||||
../common/laptop.nix
|
||||
../common/sound-pipewire.nix
|
||||
../common/yubikey.nix
|
||||
../common/zfs.nix
|
||||
|
||||
../../users/root
|
||||
../../users/myuser
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
nixos-hardware.common-cpu-intel
|
||||
nixos-hardware.common-pc-ssd
|
||||
|
||||
../../modules/core
|
||||
../../modules/hardware/intel.nix
|
||||
../../modules/initrd-ssh.nix
|
||||
../../modules/efi.nix
|
||||
../../modules/zfs.nix
|
||||
../common/core
|
||||
../common/hardware/intel.nix
|
||||
../common/initrd-ssh.nix
|
||||
../common/efi.nix
|
||||
../common/zfs.nix
|
||||
|
||||
../../users/root
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
imports = [
|
||||
nixos-hardware.common-pc-ssd
|
||||
|
||||
../../modules/core
|
||||
../../modules/zfs.nix
|
||||
../common/core
|
||||
../common/zfs.nix
|
||||
|
||||
../../users/root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue