Skip to content

Commit 698bf19

Browse files
committed
Simplify container config
1 parent 1090543 commit 698bf19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
containers.webserver = {
2727
autoStart = true;
2828
privateNetwork = false;
29-
config = { ... }: { # NixOS config of within the container
30-
imports = [ ./nginx-php.nix ];
31-
};
29+
config = ./nginx-php.nix;
3230
};
3331
})
3432
];

0 commit comments

Comments
 (0)