Almost working flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-06 18:40:20 +01:00
parent 25130195ec
commit e013bcfdba
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
14 changed files with 533 additions and 87 deletions

View file

@ -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;

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
../os
./options.nix
./hardware.nix
./dk.nix