Skip to content
Snippets Groups Projects

Set minimal nixos profile for our grid machines

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -43,6 +43,8 @@
# Any extra NixOS modules to load on all our servers. Note that just
# because they're loaded doesn't *necessarily* mean they're turned on.
imports = [
# Set options intended for a "small" NixOS: Do not build X and docs.
<nixpkgs/nixos/modules/profiles/minimal.nix>
# This brings in various other modules that define options for different
# areas of the service.
../../nixos/modules/default.nix
Loading