DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: b0c2c2d088d97e455c7e7a68549480f44caa54f1 nix-arta/modules/nixos/core.nix -rw-r--r-- 163 bytes
b0c2c2d0Jonni Liljamo feat: core with lab cert 8 days ago
                                                                                
1
2
3
4
5
6
7
{
  flake.modules.nixos.core = {...}: {
    i18n.defaultLocale = "en_US.UTF-8";

    security.pki.certificates = [(builtins.readFile ../../certs/lab.pem)];
  };
}