add nixos hardware for starlite; enable all firmware; add base home manager for common config; add modproobe for tux wifi; add fooyin as fb2k replacement;

This commit is contained in:
2025-02-12 21:38:18 +00:00
parent 99768f0b4a
commit 8d7bb62014
10 changed files with 96 additions and 104 deletions

View File

@@ -20,6 +20,10 @@
networking.hostName = "tuxedo"; # Define your hostname.
boot.extraModprobeConfig = ''
options iwlwifi 11n_disable=1
'';
fileSystems."/mnt/HDD1" = {
#device = "/dev/disk/by-uuid/35763dc3-c736-4714-ade7-40bf49ad50dd";
fsType = "ext4";