known-hosts

This commit is contained in:
Peder Bergebakken Sundt 2025-02-14 09:19:28 +01:00
parent ea4e852e17
commit 706913fdd5
12 changed files with 11 additions and 11 deletions

@ -280,7 +280,7 @@
ts1 = ./profiles/tailscale-inner.nix;
ts2 = ./profiles/tailscale-outer.nix;
tse = ./profiles/tailscale-exit-node.nix;
#rb = ./profiles/known-hosts.nix; # TODO
#rb = ./profiles/known-hosts; # TODO
nixld = ./profiles/nix-ld.nix;
dns64 = { config, ... }: {
/*

@ -49,7 +49,7 @@
../../../profiles/printing.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
];
environment.systemPackages = with pkgs; [

@ -22,7 +22,7 @@
../../../profiles/shell.nix
../../../profiles/domeneshop-dyndns.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
];
services.domeneshop-updater.targets = [ config.networking.fqdn ];

@ -24,7 +24,7 @@
../../../profiles/shell.nix
../../../profiles/domeneshop-dyndns.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
];
services.domeneshop-updater.targets = [ config.networking.fqdn ];

@ -36,7 +36,7 @@
../../../profiles/shell.nix
../../../profiles/domeneshop-dyndns.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
];
services.domeneshop-updater.targets = [ config.networking.fqdn ];

@ -33,7 +33,7 @@
#../../../profiles/desktop/lutris.nix
#../../../profiles/desktop/flatpak.nix
/* ../../../profiles/known-hosts.nix */
/* ../../../profiles/known-hosts */
];
networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery

@ -42,7 +42,7 @@
../../../profiles/desktop/retroarch.nix
../../../profiles/desktop/flatpak.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
];

@ -92,7 +92,7 @@
#../../../profiles/code-remote # TODO: move into web? services?
../../../profiles/domeneshop-dyndns.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
/* ../../../profiles/autossh-reverse-tunnels */
#../../../profiles/xrdp
];

@ -64,7 +64,7 @@
../../../profiles/desktop/lutris.nix
../../../profiles/desktop/flatpak.nix
../../../profiles/known-hosts.nix
../../../profiles/known-hosts
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
];

@ -8,7 +8,7 @@
/* ../../../secrets */
/* ../../../profiles/lix.nix */
/* ../../../profiles/auto-upgrade.nix */
/* ../../../profiles/known-hosts.nix */
/* ../../../profiles/known-hosts */
]
# import modules from nixos
# based on https://github.com/numtide/system-manager/blob/e09166d9d4eab2bf010c1589fbf4542a54b022e3/nix/modules/upstream/nixpkgs/default.nix#L9

@ -30,7 +30,7 @@ let
'';
known-hosts = let
known-hosts' = lib.importTOML ../hosts/known-hosts.toml; # TODO: eww
known-hosts' = lib.importTOML ./hosts.toml; # TODO: eww
in
lib.pipe known-hosts' [
(lib.flip lib.removeAttrs ["__default__"])