mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
refactor: split "real" modules and "config" modules
This commit is contained in:
parent
045f15239a
commit
cceae6c63c
60 changed files with 126 additions and 113 deletions
|
@ -4,11 +4,10 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/optional/hardware/hetzner-cloud.nix
|
||||
|
||||
../../modules
|
||||
../../modules/optional/initrd-ssh.nix
|
||||
../../modules/optional/zfs.nix
|
||||
../../config
|
||||
../../config/hardware/hetzner-cloud.nix
|
||||
../../config/optional/initrd-ssh.nix
|
||||
../../config/optional/zfs.nix
|
||||
|
||||
./acme.nix
|
||||
./coturn.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue