From a74e70c7f5903f8afd74e9da66dab4c644711b4e Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 14 May 2025 17:41:36 -0400 Subject: [PATCH] Removed comments Gitea complained about --- configuration.nix | 4 ---- hosts/anzu/hardware-configuration.nix | 3 --- 2 files changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index ea1a079..144377c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,3 @@ -# 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’). - { config, pkgs, lib, ... }: { diff --git a/hosts/anzu/hardware-configuration.nix b/hosts/anzu/hardware-configuration.nix index a4416ba..8702466 100644 --- a/hosts/anzu/hardware-configuration.nix +++ b/hosts/anzu/hardware-configuration.nix @@ -1,6 +1,3 @@ -# 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, ... }: {