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

@ -247,7 +247,6 @@
++ (
if server then
[
./systems/configuration.nix
./systems/${hostname}/hardware.nix
./systems/${hostname}/configuration.nix
]

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 = {

View File

@ -1,4 +0,0 @@
{
security.auditd.enable = true;
boot.default = true;
}