diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-03 07:23:57 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-03 07:23:57 -0800 |
| commit | 8eebaf8cee812bd07d8d890040e403bacb1777fb (patch) | |
| tree | 2991267489e3387e1c36a718a54b35fa2b695937 /modules/default.nix | |
| parent | fix remote script (diff) | |
| download | infra-8eebaf8cee812bd07d8d890040e403bacb1777fb.tar.gz | |
consolidate all modules under modules/
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix new file mode 100644 index 0000000..0671724 --- /dev/null +++ b/modules/default.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + imports = [ + ./backups.nix + ./home-manager.nix + ./home.nix + ./host-config.nix + ./nas-client.nix + ./ssh.nix + ./user.nix + ]; +} |
