From fc352f3d2914b2341a13e58d5c5034064a0f4744 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 12 Nov 2025 20:33:01 -0500 Subject: [PATCH] generation 541 25.11.20250714.62e0f05 --- home/home.nix | 2 ++ home/scripts/macflip.sh | 2 +- hosts/store/hardware-configuration.nix | 38 ++++++++++++++------------ 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/home/home.nix b/home/home.nix index f98417a..fb88e5d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -120,6 +120,8 @@ in { yq semgrep tectonic + electrum + feather # texlive.combined.scheme-full # security diff --git a/home/scripts/macflip.sh b/home/scripts/macflip.sh index 79ab8f2..911ed6d 100644 --- a/home/scripts/macflip.sh +++ b/home/scripts/macflip.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash newmac=$1 -suod ip link set wlan0 down +sudo ip link set wlan0 down sudo macchanger wlan0 --mac "$1" sudo ip link set wlan0 up diff --git a/hosts/store/hardware-configuration.nix b/hosts/store/hardware-configuration.nix index a829d33..495d0fb 100644 --- a/hosts/store/hardware-configuration.nix +++ b/hosts/store/hardware-configuration.nix @@ -1,27 +1,31 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + config, + lib, + pkgs, + modulesPath, + ... +}: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; + boot.initrd.availableKernelModules = ["uhci_hcd" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"]; + boot.initrd.kernelModules = []; + boot.kernelModules = ["kvm-intel"]; + boot.extraModulePackages = []; - fileSystems."/" = - { device = "/dev/disk/by-uuid/bb36a123-4dc9-4583-8571-1aa180efb00b"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/bb36a123-4dc9-4583-8571-1aa180efb00b"; + fsType = "ext4"; + }; - swapDevices = - [ { device = "/dev/disk/by-uuid/78565ab8-d7b8-476d-a6e7-46ceda4ee761"; } - { device = "/dev/disk/by-uuid/c735b357-c35c-4249-bb0b-23321fe50c3d"; } - ]; + swapDevices = [ + {device = "/dev/disk/by-uuid/78565ab8-d7b8-476d-a6e7-46ceda4ee761";} + {device = "/dev/disk/by-uuid/c735b357-c35c-4249-bb0b-23321fe50c3d";} + ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's