known-hosts
This commit is contained in:
@@ -280,7 +280,7 @@
|
|||||||
ts1 = ./profiles/tailscale-inner.nix;
|
ts1 = ./profiles/tailscale-inner.nix;
|
||||||
ts2 = ./profiles/tailscale-outer.nix;
|
ts2 = ./profiles/tailscale-outer.nix;
|
||||||
tse = ./profiles/tailscale-exit-node.nix;
|
tse = ./profiles/tailscale-exit-node.nix;
|
||||||
#rb = ./profiles/known-hosts.nix; # TODO
|
#rb = ./profiles/known-hosts; # TODO
|
||||||
nixld = ./profiles/nix-ld.nix;
|
nixld = ./profiles/nix-ld.nix;
|
||||||
dns64 = { config, ... }: {
|
dns64 = { config, ... }: {
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
../../../profiles/printing.nix
|
../../../profiles/printing.nix
|
||||||
|
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
../../../profiles/shell.nix
|
../../../profiles/shell.nix
|
||||||
|
|
||||||
../../../profiles/domeneshop-dyndns.nix
|
../../../profiles/domeneshop-dyndns.nix
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
];
|
];
|
||||||
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
../../../profiles/shell.nix
|
../../../profiles/shell.nix
|
||||||
|
|
||||||
../../../profiles/domeneshop-dyndns.nix
|
../../../profiles/domeneshop-dyndns.nix
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
];
|
];
|
||||||
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
../../../profiles/shell.nix
|
../../../profiles/shell.nix
|
||||||
|
|
||||||
../../../profiles/domeneshop-dyndns.nix
|
../../../profiles/domeneshop-dyndns.nix
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
];
|
];
|
||||||
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
services.domeneshop-updater.targets = [ config.networking.fqdn ];
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#../../../profiles/desktop/lutris.nix
|
#../../../profiles/desktop/lutris.nix
|
||||||
#../../../profiles/desktop/flatpak.nix
|
#../../../profiles/desktop/flatpak.nix
|
||||||
|
|
||||||
/* ../../../profiles/known-hosts.nix */
|
/* ../../../profiles/known-hosts */
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery
|
networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
../../../profiles/desktop/retroarch.nix
|
../../../profiles/desktop/retroarch.nix
|
||||||
../../../profiles/desktop/flatpak.nix
|
../../../profiles/desktop/flatpak.nix
|
||||||
|
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
|
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
#../../../profiles/code-remote # TODO: move into web? services?
|
#../../../profiles/code-remote # TODO: move into web? services?
|
||||||
../../../profiles/domeneshop-dyndns.nix
|
../../../profiles/domeneshop-dyndns.nix
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
/* ../../../profiles/autossh-reverse-tunnels */
|
/* ../../../profiles/autossh-reverse-tunnels */
|
||||||
#../../../profiles/xrdp
|
#../../../profiles/xrdp
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
../../../profiles/desktop/lutris.nix
|
../../../profiles/desktop/lutris.nix
|
||||||
../../../profiles/desktop/flatpak.nix
|
../../../profiles/desktop/flatpak.nix
|
||||||
|
|
||||||
../../../profiles/known-hosts.nix
|
../../../profiles/known-hosts
|
||||||
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
|
#../../../profiles/domeneshop-dyndns.nix # handled by noximilien
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
/* ../../../secrets */
|
/* ../../../secrets */
|
||||||
/* ../../../profiles/lix.nix */
|
/* ../../../profiles/lix.nix */
|
||||||
/* ../../../profiles/auto-upgrade.nix */
|
/* ../../../profiles/auto-upgrade.nix */
|
||||||
/* ../../../profiles/known-hosts.nix */
|
/* ../../../profiles/known-hosts */
|
||||||
]
|
]
|
||||||
# import modules from nixos
|
# import modules from nixos
|
||||||
# based on https://github.com/numtide/system-manager/blob/e09166d9d4eab2bf010c1589fbf4542a54b022e3/nix/modules/upstream/nixpkgs/default.nix#L9
|
# 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 = let
|
||||||
known-hosts' = lib.importTOML ../hosts/known-hosts.toml; # TODO: eww
|
known-hosts' = lib.importTOML ./hosts.toml; # TODO: eww
|
||||||
in
|
in
|
||||||
lib.pipe known-hosts' [
|
lib.pipe known-hosts' [
|
||||||
(lib.flip lib.removeAttrs ["__default__"])
|
(lib.flip lib.removeAttrs ["__default__"])
|
||||||
Reference in New Issue
Block a user