secrets: import needed secrets

This commit is contained in:
LavaDesu 2021-09-20 14:57:05 +00:00
parent f7df4c7adb
commit ef36724352
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,10 @@
system.stateVersion = "21.05";
time.timeZone = "Australia/Melbourne";
age.secrets = {
passwd.file = ../../secrets/passwd.age;
wg_fondue.file = ../../secrets/wg_fondue.age;
};
imports = with modules.system; [
(modulesPath + "/profiles/qemu-guest.nix")
base