refactor: cleanup (deadnix, nixfmt, statix)
This commit is contained in:
@@ -95,7 +95,7 @@ in
|
||||
|
||||
my.yubikey = {
|
||||
enable = false;
|
||||
username = config.host.username;
|
||||
inherit (config.host) username;
|
||||
keys = [
|
||||
{
|
||||
handle = "<KeyHandle1>";
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
ssh = {
|
||||
username = config.host.username;
|
||||
inherit (config.host) username;
|
||||
publicHostname = config.host.name;
|
||||
authorizedHosts = [
|
||||
"andromache"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
};
|
||||
|
||||
ssh = {
|
||||
username = config.host.username;
|
||||
inherit (config.host) username;
|
||||
publicHostname = config.host.name;
|
||||
authorizedHosts = [
|
||||
"andromache"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
networking.hostName = config.host.name;
|
||||
ssh = {
|
||||
username = config.host.username;
|
||||
inherit (config.host) username;
|
||||
publicHostname = "server.hektormisplon.xyz";
|
||||
authorizedHosts = [
|
||||
"andromache"
|
||||
|
||||
Reference in New Issue
Block a user