Nix configurations for my homelab
at main 179 B view raw
1{ config, ... }: 2{ 3 # This needs to be world readable 4 sops.secrets."machine-id".mode = "0444"; 5 environment.etc."machine-id".source = config.sops.secrets."machine-id".path; 6}