feat: Added phoenix

This commit is contained in:
fsc0131y
2024-05-14 10:23:24 +02:00
parent f24791fc84
commit a672b9b69d
4 changed files with 62 additions and 6 deletions

View File

@@ -42,10 +42,6 @@ builtins.listToAttrs (builtins.map (device: {
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdV/cFR8ENy4vCHnK/dL+Ud7jOJV7+iLeAe8y5nj3xF email@uttarayan.me"
];
networking = {
# usePredictableInterfaceNames = false;
nameservers = ["1.1.1.1"];
};
})
];
};