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 | |
parent | d556a3b4638835b407232491959940d92d8468db (diff) |
tmp: Move ssh.nix to module
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/ahmed/ssh/default.nix (renamed from hosts/ahmed/ssh.nix) | 0 |
2 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. diff --git a/hosts/ahmed/ssh.nix b/hosts/ahmed/ssh/default.nix index 3c6b7ad..3c6b7ad 100644 --- a/hosts/ahmed/ssh.nix +++ b/hosts/ahmed/ssh/default.nix |