From 6250264ed0597f531edd2b1361d498804ec424bd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 12 Mar 2024 22:14:08 -0400 Subject: [PATCH] specified host specs in comments --- hosts/lavaridge/default.nix | 4 +--- hosts/mauville/default.nix | 4 +--- hosts/petalburg/default.nix | 4 +--- hosts/rustboro/default.nix | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/hosts/lavaridge/default.nix b/hosts/lavaridge/default.nix index c1ea9be7..0763d2e9 100644 --- a/hosts/lavaridge/default.nix +++ b/hosts/lavaridge/default.nix @@ -1,6 +1,4 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). +# Framework Laptop 13 with AMD Ryzen 7640U, 32GB RAM, 1TB SSD. { config, pkgs, ... }: diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index 65c8ec26..802cbebc 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -1,6 +1,4 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). +# Custom desktop with AMD Ryzen 5 2600, 16GB RAM, AMD Rx 6700, and 1TB SSD + 2TB HDD. { config, pkgs, lib, ... }: diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 3025a4ac..2863dc22 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -1,6 +1,4 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). +# Lenovo Yoga 9i Convertible with Intel Core i7-1360P, 15GB RAM, 512GB SSD. { config, pkgs, ... }: diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index f261f1b5..1b5ae22b 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -1,6 +1,4 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). +# Lenovo Thinkpad R440p with a Core i5 4210M, 16GB RAM, 512GB SSD. { config, pkgs, ... }: