Move ssh.nix to common

This commit is contained in:
Rodrigo Arias 2023-04-18 18:46:53 +02:00 committed by Rodrigo Arias Mallo
parent 55f784e6b7
commit b568bb36d4
3 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
./fs.nix ./fs.nix
./hw.nix ./hw.nix
./overlays.nix ./overlays.nix
./ssh.nix
./users.nix ./users.nix
]; ];

View File

@ -9,7 +9,6 @@
./net.nix ./net.nix
./nfs.nix ./nfs.nix
./slurm.nix ./slurm.nix
./ssh.nix
<agenix/modules/age.nix> <agenix/modules/age.nix>
]; ];