all repos — dotfiles @ 47f5f08a4718cc63f638a3d2601fd5f4acb976f8

my *nix dotfiles

nix: fix import, change tz etc.
Anirudh Oppiliappan x@icyphox.sh
Fri, 26 May 2023 08:42:21 +0300
commit

47f5f08a4718cc63f638a3d2601fd5f4acb976f8

parent

b89d34d2b82e22c328282cf0e3c26acbaf25321c

2 files changed, 12 insertions(+), 8 deletions(-)

jump to
M nix/hosts/wyndle/configuration.nixnix/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/configssh/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