fix: correct secrets path in configuration.nix (../../secrets from hosts/uconsole-cm5/)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
];
|
||||
|
||||
age.secrets.gortium_password = {
|
||||
file = ../secrets/gortium_password.age;
|
||||
file = ../../secrets/gortium_password.age;
|
||||
};
|
||||
|
||||
# WiFi via NetworkManager + secret agenix
|
||||
|
||||
Reference in New Issue
Block a user