diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-15 11:34:36 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-15 11:34:36 -0800 |
| commit | efbdc2d49135be41ef17cfc7edfe18a03543b63a (patch) | |
| tree | 2e3d59cfe477000845179a522eb9376f6fb0bbae /modules/default.nix | |
| parent | use cgit package (diff) | |
| download | infra-efbdc2d49135be41ef17cfc7edfe18a03543b63a.tar.gz | |
simplify the backups
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/default.nix b/modules/default.nix index 756d704..d6d7b65 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,10 +1,8 @@ { ... }: { imports = [ - ./backups.nix ./home-manager.nix ./host-config.nix - ./nas-client.nix ./ssh.nix ./user.nix ]; |
