Clean up nix flake check

This commit is contained in:
Greg Hellings
2024-03-04 23:03:47 -06:00
parent 347b3005d1
commit 47b6f5737e
8 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, lib, inputs, ... }:
{ config, lib, inputs, overlays, ... }:
let
cfg = config.greg.containers;
@@ -23,7 +23,7 @@ let
container.builder
];
nixpkgs.overlays = inputs.self.overlays.all;
nixpkgs.overlays = overlays;
networking = {
firewall.enable = true;