Refactoring and cleanup

This commit is contained in:
Lauren Lagarde 2025-07-20 15:58:38 -05:00
parent d0f4d9a3e5
commit 0ec36c1c7e
6 changed files with 138 additions and 191 deletions

View file

@ -2,6 +2,15 @@
# https://xcp-ng.org/docs/networking.html#intel-i218-i219-slow-speed
# https://serverfault.com/questions/581265/disable-tcp-checksum-offloading-on-kvm-virtual-network
{ pkgs, ... }: {
# System Info:
# - Model: Dell OptiPlex 7060 Micro
# - CPU: Intel Core i7-8700T (6C/12T, Passmark: 2301/10172)
# - RAM: 32GB
# - Storage:
# - PNY CS900 PNY244624111201023FB 1TB SATA SSD
# - Samsung 970 EVO Plus S58SNG0MA07159M 500GB NVMe SSD
# - WD MyBook 25EE 3145484E3348454E 8TB External HDD
imports = [
# Core Features
../../nixos/features/base.nix
@ -21,6 +30,7 @@
# Users
../../users/lauren_lagarde/lauren_lagarde.nix
../../users/lauren_lagarde/system-managed-home.nix
../../users/ashley_funkhouser/ashley_funkhouser.nix
# Bastion Features

View file

@ -1,4 +1,10 @@
{ config, lib, pkgs, modulesPath, ... }: {
# System Info:
# - Model: Custom
# - CPU: AMD Ryzen 9 3900X (12C/24T, Passmark: 2703/32546)
# - RAM: 128GB
# - Storage: Yes
imports = [
# Core Features
../../nixos/features/base.nix
@ -18,6 +24,7 @@
# Users
../../users/lauren_lagarde/lauren_lagarde.nix
../../users/lauren_lagarde/system-managed-home.nix
../../users/ashley_funkhouser/ashley_funkhouser.nix
# Blockhouse Features

View file

@ -1,4 +1,11 @@
{ config, pkgs, ... }: {
# System Info:
# - Model: Dell OptiPlex 3040 Micro
# - CPU: Intel Core i3-6100T (2C/4T, Passmark: 1859/3642)
# - RAM: 16GB
# - Storage:
# - ADATA SP550 2G3720040332 240GB SATA SSD
imports = [
# Core Features
../../nixos/features/base.nix
@ -11,12 +18,13 @@
../../nixos/tweaks/disable_nixos_user.nix
../../nixos/tweaks/systemd-resolved_nonsense.nix
# Lauren Base
# Users
../../users/lauren_lagarde/autologin.nix
../../users/lauren_lagarde/lauren_lagarde.nix
../../users/lauren_lagarde/system-managed-home.nix
# i3wm
../../nixos/features/i3wm.nix
#../../nixos/tweaks/intel_igpu_screen_tearing.nix
# Dotspace
../../secrets/dotspace.nix
@ -26,7 +34,6 @@
# living-room
../../nixos/features/gpu/intel.nix
../../nixos/features/systemd-boot.nix
../../users/lauren_lagarde/autologin.nix
# TODO: Composable Disko Config
];

View file

@ -1,6 +1,13 @@
# sudo nix run 'github:nix-community/disko/latest#disko-install' -- --flake .#$TARGET_HOSTNAME --disk nvme0n1 /dev/nvme0n1
# tar -xvf /Parlor/Lauren/mlaga97-nixos.tar.zst; sudo nixos-rebuild switch --flake mlaga97-nixos?submodules=1#$HOSTNAME
{ config, pkgs, ... }: {
# System Info:
# - Model: Dell Latitude 5591
# - CPU: Intel Core i7-8850H (6C/12T, Passmark: 2369/10147)
# - RAM: 32GB
# - Storage:
# - Toshiba KXG60ZNV512G 512GB NVMe SSD
imports = [
# Core Features
../../nixos/features/base.nix