removed systems/configuration.nix
This commit is contained in:
parent
f55fec1734
commit
9f7cb6f186
@ -247,7 +247,6 @@
|
||||
++ (
|
||||
if server then
|
||||
[
|
||||
./systems/configuration.nix
|
||||
./systems/${hostname}/hardware.nix
|
||||
./systems/${hostname}/configuration.nix
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
boot.default = lib.mkDefault true;
|
||||
|
||||
security.auditd.enable = lib.mkDefault true;
|
||||
|
||||
nixpkgs.config.allowUnfree = lib.mkDefault true;
|
||||
|
||||
programs = {
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
security.auditd.enable = true;
|
||||
boot.default = true;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user