set up defiant
This commit is contained in:
parent
c181da1de5
commit
90b53df81c
7 changed files with 61 additions and 24 deletions
11
hosts/defiant/hardware-configuration.nix
Normal file
11
hosts/defiant/hardware-configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue