diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:36:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:36:54 -0800 |
| commit | 74aefd109ab4df4b41699c7245a995f8fde498c1 (patch) | |
| tree | e65a6bcbda87f23e1797db5b96c3a5259ede8d74 /modules/nixos/default.nix | |
| parent | simplify configuration for darwin (diff) | |
| download | infra-74aefd109ab4df4b41699c7245a995f8fde498c1.tar.gz | |
cleanup nixos related configurations
Diffstat (limited to '')
| -rw-r--r-- | modules/nixos/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index c214a72..21f6d26 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -2,10 +2,8 @@ { imports = [ ./backups.nix - ./hardware ./home-manager.nix ./nas-client.nix - ./nix.nix ./user.nix ]; } |
