summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-02-13 17:24:57 +0100
committerLinnnus <[email protected]>2024-02-13 17:24:57 +0100
commita908af9a955e64828f0b4f0c3b1c5770775c9794 (patch)
treea67604f9fb38f78e5ff49099d912ff4ed88c2c17
parentd556a3b4638835b407232491959940d92d8468db (diff)
tmp: Move ssh.nix to module
-rw-r--r--hosts/ahmed/configuration.nix2
-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