Compare commits
No commits in common. "d1eaf7609926bb54bc5032183314991a2ed102fc" and "76e8c9c6e1edd74a74b1211ebcfa797cb71262bf" have entirely different histories.
d1eaf76099
...
76e8c9c6e1
|
@ -39,10 +39,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
# Set neovim as default editor
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
programs.neovim.defaultEditor = true;
|
||||
|
||||
# Set timezone and synchronize NTP
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
@ -122,7 +119,7 @@ with pkgs;
|
|||
owner = "coolneng";
|
||||
group = "users";
|
||||
};
|
||||
identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ];
|
||||
identityPaths = [ "/etc/ssh/id_ed25519" ];
|
||||
};
|
||||
|
||||
# Auto-upgrade the system
|
||||
|
|
Loading…
Reference in New Issue