Almost working flakes
This commit is contained in:
parent
25130195ec
commit
e013bcfdba
14 changed files with 533 additions and 87 deletions
|
@ -1,9 +1,5 @@
|
|||
{ lib, nixos-hardware, ... }:
|
||||
{
|
||||
imports = [
|
||||
# nixos-hardware.dell.g3.3779
|
||||
];
|
||||
|
||||
# UEFI works here, and variables can be touched
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../os
|
||||
./options.nix
|
||||
./hardware.nix
|
||||
./dk.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue