move to default.nix

This commit is contained in:
nicknase27
2026-07-26 10:39:37 +02:00
parent 3e0a060cec
commit ffb52393b3
6 changed files with 24 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, lib, config, ... }:
{
imports = [
./ssh.nix
];
}