nix: fix import, change tz etc.
Anirudh Oppiliappan x@icyphox.sh
Fri, 26 May 2023 08:42:21 +0300
2 files changed,
12 insertions(+),
8 deletions(-)
M
nix/hosts/wyndle/configuration.nix
→
nix/hosts/wyndle/configuration.nix
@@ -39,7 +39,7 @@ firewall.checkReversePath = "loose";
}; i18n.defaultLocale = "en_US.UTF-8"; - time.timeZone = "Asia/Kolkata"; + time.timeZone = "Europe/Helsinki"; nixpkgs.config = { allowUnfree = true;@@ -250,6 +250,10 @@ "icy"
]; }; }; + + # https://github.com/NixOS/nixpkgs/issues/180175 + systemd.services.systemd-udevd.restartIfChanged = false; + systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; # This value determines the NixOS release from which the default
M
ssh/config
→
ssh/config
@@ -44,14 +44,14 @@ User icy
SetEnv TERM=xterm IdentityFile ~/.ssh/id_ed25519 -host lvm - HostName 0.0.0.0 - User root - port 10022 - Host upcloud Hostname git.services.upcloud.com IdentityFile ~/.ssh/upcloud -# Host * -# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" +Host denna + Hostname denna + IdentityFile ~/.ssh/id_ed25519 + +Host egg + Hostname egg + IdentityFile ~/.ssh/id_ed25519