Skip to content

Commit 0c2af0a

Browse files
btlogyhacklschorsch
andcommitted
Back port upcomming change from #25 fixing #17
Co-authored-by: Florian Sesser <florian@leastauthority.com> Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent 3d26882 commit 0c2af0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/common/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This should be applied on all hosts
22
{ config, lib, pkgs, modules, sources, ... }: {
33
imports = [
4+
# Set options intended for a "small" NixOS: Do not build X and docs.
5+
<nixpkgs/nixos/modules/profiles/minimal.nix>
6+
47
./users.nix
58
./sops.nix
69
];

0 commit comments

Comments
 (0)