aboutsummaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
commitf9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch)
tree3339280e10b9bebfeac2a092a839f4855b34f9dd /modules/common
parentfix DNS configuration (diff)
downloadinfra-f9205e1e963aa2ff9e31f93e80c536aa59f0842e.tar.gz
move common modules under modules/
Simplify the import on the various hosts.
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix2
-rw-r--r--modules/common/fish.nix (renamed from profiles/programs/fish.nix)0
-rw-r--r--modules/common/ssh.nix (renamed from profiles/programs/ssh.nix)0
3 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index b42a079..5a0da5f 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -1,7 +1,9 @@
{ ... }:
{
imports = [
+ ./fish.nix
./home.nix
./host-config.nix
+ ./ssh.nix
];
}
diff --git a/profiles/programs/fish.nix b/modules/common/fish.nix
index 21fdf98..21fdf98 100644
--- a/profiles/programs/fish.nix
+++ b/modules/common/fish.nix
diff --git a/profiles/programs/ssh.nix b/modules/common/ssh.nix
index 3e975ee..3e975ee 100644
--- a/profiles/programs/ssh.nix
+++ b/modules/common/ssh.nix