removed systems/configuration.nix

This commit is contained in:
Richie Cahill
2024-04-19 18:38:36 -04:00
parent f55fec1734
commit 9f7cb6f186
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,9 @@
{ lib, ... }:
{
boot.default = lib.mkDefault true;
security.auditd.enable = lib.mkDefault true;
nixpkgs.config.allowUnfree = lib.mkDefault true;
programs = {