Compare commits

..

No commits in common. "d1eaf7609926bb54bc5032183314991a2ed102fc" and "76e8c9c6e1edd74a74b1211ebcfa797cb71262bf" have entirely different histories.

1 changed files with 2 additions and 5 deletions

View File

@ -39,10 +39,7 @@ with pkgs;
}; };
# Set neovim as default editor # Set neovim as default editor
programs.neovim = { programs.neovim.defaultEditor = true;
enable = true;
defaultEditor = true;
};
# Set timezone and synchronize NTP # Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels"; time.timeZone = "Europe/Brussels";
@ -122,7 +119,7 @@ with pkgs;
owner = "coolneng"; owner = "coolneng";
group = "users"; group = "users";
}; };
identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ]; identityPaths = [ "/etc/ssh/id_ed25519" ];
}; };
# Auto-upgrade the system # Auto-upgrade the system