aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-15 11:34:36 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-15 11:34:36 -0800
commitefbdc2d49135be41ef17cfc7edfe18a03543b63a (patch)
tree2e3d59cfe477000845179a522eb9376f6fb0bbae /modules/default.nix
parentuse cgit package (diff)
downloadinfra-efbdc2d49135be41ef17cfc7edfe18a03543b63a.tar.gz
simplify the backups
Diffstat (limited to '')
-rw-r--r--modules/default.nix2
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
];