From 7b178625b627434adf133c4583de2310bcec743e Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 19 Aug 2025 01:10:16 +0200 Subject: [PATCH 1/4] Temporary switch script until i fix git-lfs with nixos --- switch.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 switch.sh diff --git a/switch.sh b/switch.sh new file mode 100755 index 0000000..713ffef --- /dev/null +++ b/switch.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +NH_FLAKE=$(mktemp -d) +git clone . "$NH_FLAKE" #TODO: replace . with valid bash for script dir. + +cd "$NH_FLAKE" || exit +git lfs install +git lfs pull +rm -rf "$NH_FLAKE/.git" + +nh os switch From a49835fd9f592462a29f029d6e5465686360b37c Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 19 Aug 2025 01:10:54 +0200 Subject: [PATCH 2/4] avahi: disable because it's broken anyway --- system/services/{avahi.nix => avahi.nix.old} | 0 system/services/default.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename system/services/{avahi.nix => avahi.nix.old} (100%) diff --git a/system/services/avahi.nix b/system/services/avahi.nix.old similarity index 100% rename from system/services/avahi.nix rename to system/services/avahi.nix.old diff --git a/system/services/default.nix b/system/services/default.nix index 55f0218..60fdc7e 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,7 +1,7 @@ { imports = [ ./tailscale.nix - ./avahi.nix + # ./avahi.nix ./kanata.nix ./ssh.nix ]; From fd0dabe7828a76877539d9ca37f1c75c26989435 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 19 Aug 2025 01:13:19 +0200 Subject: [PATCH 3/4] laptop: disable appimage & virtualisation --- hosts/laptop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 5f5b1a9..4bf1a93 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -1,10 +1,10 @@ { imports = [ ./hardware-configuration.nix - ./virt.nix + # ./virt.nix ]; - programs.appimage.enable = true; + # programs.appimage.enable = true; # programs.evolution.enable = true; # TODO: move to appropiate place. # ! HII From b4187028fbed40503651abe5b80bc97f1fc25c9b Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 19 Aug 2025 01:14:20 +0200 Subject: [PATCH 4/4] laptop: disable printing since i don't use it often anyhow --- hosts/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 4bf1a93..3a7927b 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -13,7 +13,7 @@ joycond = false; #NOTE: enable when game night lol fingerprint = true; bluetooth = true; - printer = true; + printer = false; portable = { enable = true;