We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4083fe4 commit c8fe1afCopy full SHA for c8fe1af
nix/common/default.nix
@@ -1,9 +1,6 @@
1
# This should be applied on all hosts
2
{ config, lib, pkgs, modules, sources, ... }: {
3
imports = [
4
- # Set options intended for a "small" NixOS: Do not build X and docs.
5
- <nixpkgs/nixos/modules/profiles/minimal.nix>
6
-
7
./users.nix
8
./sops.nix
9
];
0 commit comments