aboutsummaryrefslogtreecommitdiff
path: root/profiles/programs
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 /profiles/programs
parentfix DNS configuration (diff)
downloadinfra-f9205e1e963aa2ff9e31f93e80c536aa59f0842e.tar.gz
move common modules under modules/
Simplify the import on the various hosts.
Diffstat (limited to 'profiles/programs')
-rw-r--r--profiles/programs/fish.nix4
-rw-r--r--profiles/programs/ssh.nix7
2 files changed, 0 insertions, 11 deletions
diff --git a/profiles/programs/fish.nix b/profiles/programs/fish.nix
deleted file mode 100644
index 21fdf98..0000000
--- a/profiles/programs/fish.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ ... }:
-{
- programs.fish.enable = true;
-}
diff --git a/profiles/programs/ssh.nix b/profiles/programs/ssh.nix
deleted file mode 100644
index 3e975ee..0000000
--- a/profiles/programs/ssh.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-{
- programs.ssh.knownHosts = {
- "github.com".publicKey =
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl";
- };
-}