HASH 033588cb193e
DATE 2024-11-22
SUBJECT ooksmedia: hardware config
FILES 5 CHANGED
HASH 033588cb193e
DATE 2024-11-22
SUBJECT ooksmedia: hardware config
FILES 5 CHANGED
┌─ hosts/ooksmedia/default.nix ──────────────────────────────────────────────┐
│ diff --git a/hosts/ooksmedia/default.nix b/hosts/ooksmedia/default.nix │
│ index 2af78cf..e1457bd 100644 │
│ --- a/hosts/ooksmedia/default.nix │
│ +++ b/hosts/ooksmedia/default.nix │
│ @@ -22,6 +22,7 @@ │
│ multiplexer = "zellij"; │
│ }; │
│ }; │
│ + │
│ boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; │
│ │
│ system.stateVersion = lib.mkDefault "24.11"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ hosts/ooksmedia/default.nix ────────┐
│ diff --git a/hosts/ooksmedia/default.nix b/h │
│ osts/ooksmedia/default.nix │
│ index 2af78cf..e1457bd 100644 │
│ --- a/hosts/ooksmedia/default.nix │
│ +++ b/hosts/ooksmedia/default.nix │
│ @@ -22,6 +22,7 @@ │
│ multiplexer = "zellij"; │
│ }; │
│ }; │
│ + │
│ boot.kernelPackages = pkgs.linuxPackages_ │
│ xanmod_latest; │
│ │
│ system.stateVersion = lib.mkDefault "24.1 │
│ 1"; │
└──────────────────────────────────────────────┘
┌─ hosts/ooksmedia/hardware.nix ─────────────────────────────────────────────┐
│ diff --git a/hosts/ooksmedia/hardware.nix b/hosts/ooksmedia/hardware.nix │
│ new file mode 100644 │
│ index 0000000..bc4629e │
│ --- /dev/null │
│ +++ b/hosts/ooksmedia/hardware.nix │
│ @@ -0,0 +1,17 @@ │
│ +{ │
│ + ooknet.hardware = { │
│ + cpu.type = "intel"; │
│ + gpu.type = "nvidia"; │
│ + features = ["ssd" "audio" "video" "bluetooth"]; │
│ + monitors = [ │
│ + { │
│ + name = "DP-3"; │
│ + primary = true; │
│ + width = 1920; │
│ + height = 1080; │
│ + refreshRate = 180; │
│ + workspace = "1"; │
│ + } │
│ + ]; │
│ + }; │
│ +} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ hosts/ooksmedia/hardware.nix ───────┐
│ diff --git a/hosts/ooksmedia/hardware.nix b/ │
│ hosts/ooksmedia/hardware.nix │
│ new file mode 100644 │
│ index 0000000..bc4629e │
│ --- /dev/null │
│ +++ b/hosts/ooksmedia/hardware.nix │
│ @@ -0,0 +1,17 @@ │
│ +{ │
│ + ooknet.hardware = { │
│ + cpu.type = "intel"; │
│ + gpu.type = "nvidia"; │
│ + features = ["ssd" "audio" "video" "blue │
│ tooth"]; │
│ + monitors = [ │
│ + { │
│ + name = "DP-3"; │
│ + primary = true; │
│ + width = 1920; │
│ + height = 1080; │
│ + refreshRate = 180; │
│ + workspace = "1"; │
│ + } │
│ + ]; │
│ + }; │
│ +} │
└──────────────────────────────────────────────┘
┌─ modules/home/console/tools/default.nix ───────────────────────────────────┐
│ diff --git a/modules/home/console/tools/default.nix b/modules/home/console/tools/d │
│ efault.nix │
│ index c29bf86..45a4b5a 100644 │
│ --- a/modules/home/console/tools/default.nix │
│ +++ b/modules/home/console/tools/default.nix │
│ @@ -1,6 +1,5 @@ │
│ { │
│ imports = [ │
│ - ./virtualization.nix │
│ ./bat.nix │
│ ./networking.nix │
│ ./btop.nix │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...ome/console/tools/default.nix ───┐
│ diff --git a/modules/home/console/tools/defa │
│ ult.nix b/modules/home/console/tools/default │
│ .nix │
│ index c29bf86..45a4b5a 100644 │
│ --- a/modules/home/console/tools/default.nix │
│ +++ b/modules/home/console/tools/default.nix │
│ @@ -1,6 +1,5 @@ │
│ { │
│ imports = [ │
│ - ./virtualization.nix │
│ ./bat.nix │
│ ./networking.nix │
│ ./btop.nix │
└──────────────────────────────────────────────┘
┌─ modules/home/workstation/tools/default.nix ───────────────────────────────┐
│ diff --git a/modules/home/workstation/tools/default.nix b/modules/home/workstation │
│ /tools/default.nix │
│ index bdf7eb3..7a1545e 100644 │
│ --- a/modules/home/workstation/tools/default.nix │
│ +++ b/modules/home/workstation/tools/default.nix │
│ @@ -1,6 +1,7 @@ │
│ { │
│ imports = [ │
│ ./ookpower.nix │
│ + ./virt-manager.nix │
│ ./1password.nix │
│ ./ookvolume.nix │
│ ./kdeconnect.nix │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...workstation/tools/default.nix ───┐
│ diff --git a/modules/home/workstation/tools/ │
│ default.nix b/modules/home/workstation/tools │
│ /default.nix │
│ index bdf7eb3..7a1545e 100644 │
│ --- a/modules/home/workstation/tools/default │
│ .nix │
│ +++ b/modules/home/workstation/tools/default │
│ .nix │
│ @@ -1,6 +1,7 @@ │
│ { │
│ imports = [ │
│ ./ookpower.nix │
│ + ./virt-manager.nix │
│ ./1password.nix │
│ ./ookvolume.nix │
│ ./kdeconnect.nix │
└──────────────────────────────────────────────┘
┌─ modules/home/workstation/tools/virt-manager.nix ──────────────────────────┐
│ diff --git a/modules/home/console/tools/virtualization.nix b/modules/home/workstat │
│ ion/tools/virt-manager.nix │
│ similarity index 100% │
│ rename from modules/home/console/tools/virtualization.nix │
│ rename to modules/home/workstation/tools/virt-manager.nix │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...tation/tools/virt-manager.nix ───┐
│ diff --git a/modules/home/console/tools/virt │
│ ualization.nix b/modules/home/workstation/to │
│ ols/virt-manager.nix │
│ similarity index 100% │
│ rename from modules/home/console/tools/virtu │
│ alization.nix │
│ rename to modules/home/workstation/tools/vir │
│ t-manager.nix │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET