mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 02:19:06 +02:00
chore: activate syncthing on several machines
This commit is contained in:
parent
9214bed77f
commit
5b249c58e5
6 changed files with 120 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
imports = [
|
||||
./hardware.nix
|
||||
./home-julien.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
|
||||
machine.meta = {
|
||||
|
@ -26,7 +27,8 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
programs.ssh.knownHosts."epyc.infra.newtype.fr".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOXT9Init1MhKt4rjBANLq0t0bPww/WQZ96uB4AEDrml";
|
||||
programs.ssh.knownHosts."epyc.infra.newtype.fr".publicKey =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOXT9Init1MhKt4rjBANLq0t0bPww/WQZ96uB4AEDrml";
|
||||
|
||||
networking.networkmanager.dns = "systemd-resolved";
|
||||
services.resolved.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue