diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-13 15:19:21 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-13 15:19:21 -0800 |
| commit | 771039f64d44a60f9691582fe559e26b431bbbe8 (patch) | |
| tree | 1f980dd57b0f3256825f04f101c81ae458a4b424 /modules/default.nix | |
| parent | update builders configuration (diff) | |
| download | infra-771039f64d44a60f9691582fe559e26b431bbbe8.tar.gz | |
remove abstractions for managing users
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/default.nix b/modules/default.nix index f936646..257c72e 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,10 +1,7 @@ { ... }: { imports = [ - ./home-manager.nix - ./host-config.nix ./remote-unlock.nix ./ssh.nix - ./user.nix ]; } |
