essential: no longer set the `LOCALE_ARCHIVE` envvar
[julm/julm-nix.git] / nixos / options.nix
index a17141ce1ead9e55211b147ecb1593a09fa110af..78fda4cd29b47f92dd2adc85e766e99394576a5d 100644 (file)
@@ -1,6 +1,9 @@
-{ pkgs, lib, config, ... }:
+{ lib, ... }:
 with lib;
 {
+  imports = [
+    modules/security/systemd-creds.nix
+  ];
   options = {
     install.substituteOnDestination =
       mkEnableOption "substitute-on-destination" // { default = true; };