diff options
author | Linnnus <[email protected]> | 2024-02-13 17:24:57 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-13 17:24:57 +0100 |
commit | a908af9a955e64828f0b4f0c3b1c5770775c9794 (patch) | |
tree | a67604f9fb38f78e5ff49099d912ff4ed88c2c17 /hosts/ahmed/configuration.nix | |
parent | d556a3b4638835b407232491959940d92d8468db (diff) |
tmp: Move ssh.nix to module
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index e0eb202..02ef997 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -8,7 +8,7 @@ }: { imports = [ ./hardware-configuration.nix - ./ssh.nix + ./ssh ]; # Create the main user. |