This commit is contained in:
cy 2024-12-28 23:23:45 -05:00
parent 008191be2d
commit 3716e651b5
2 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,10 @@
{ modulesPath, config, lib, pkgs, ...}: {
modulesPath,
config,
lib,
pkgs,
...
}:
{ {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")

View file

@ -1,7 +1,13 @@
# Do not modify this file! It was generated by ‘nixos-generate-config’ # Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: {
config,
lib,
pkgs,
modulesPath,
...
}:
{ {
imports = [ ]; imports = [ ];