From 4abb25ea7d3876899e641a8a16281203bd164d53 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 23 Sep 2023 15:41:49 -0400 Subject: initial config for all 3 systems --- systems/jontest/hardware-configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systems/jontest/hardware-configuration.nix (limited to 'systems/jontest/hardware-configuration.nix') diff --git a/systems/jontest/hardware-configuration.nix b/systems/jontest/hardware-configuration.nix new file mode 100644 index 0000000..62427e0 --- /dev/null +++ b/systems/jontest/hardware-configuration.nix @@ -0,0 +1,7 @@ +# 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, ... }: + +{ +} -- cgit v1.2.1