❄️ Dotfiles for our NixOS system configuration.

chore: hardware-configuration.nix -> hardware.nix

Chloe a2c52cf5 509b1bdc

Changed files
+3 -3
hosts
+1 -1
hosts/eris/default.nix
···
{
imports = [
-
./hardware-configuration.nix
];
networking.networkmanager.enable = true;
···
{
imports = [
+
./hardware.nix
];
networking.networkmanager.enable = true;
hosts/eris/hardware-configuration.nix hosts/eris/hardware.nix
+1 -1
hosts/lavender/default.nix
···
{
imports = [
-
./hardware-configuration.nix
];
settings = {
···
{
imports = [
+
./hardware.nix
];
settings = {
hosts/lavender/hardware-configuration.nix hosts/lavender/hardware.nix
+1 -1
hosts/sapphic/default.nix
···
{
imports = [
-
./hardware-configuration.nix
];
networking.networkmanager.enable = true;
···
{
imports = [
+
./hardware.nix
];
networking.networkmanager.enable = true;
hosts/sapphic/hardware-configuration.nix hosts/sapphic/hardware.nix