mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 08:21:24 +02:00
refactor(ssh): system-level ssh known_hosts & ssh config
This commit is contained in:
@@ -85,6 +85,8 @@
|
||||
openssh.authorizedKeys.keys = myvars.mainSshAuthorizedKeys;
|
||||
};
|
||||
|
||||
programs.ssh = myvars.networking.ssh;
|
||||
|
||||
nix.settings = {
|
||||
# enable flakes globally
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
Reference in New Issue
Block a user