mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move user agenix to home-manager
This commit is contained in:
parent
232340d1a1
commit
246eceb184
4 changed files with 14 additions and 28 deletions
|
|
@ -37,13 +37,6 @@
|
|||
nix.gc.automatic = true;
|
||||
|
||||
age.secrets = {
|
||||
sshconfig = {
|
||||
file = ../../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
mode = "400";
|
||||
owner = "leana";
|
||||
};
|
||||
|
||||
wpa_password.file = ../../../secrets/wpa_password.age;
|
||||
|
||||
restic_backblaze_pwd.file = ../../../secrets/restic_backblaze_pwd.age;
|
||||
|
|
@ -57,13 +50,6 @@
|
|||
restic_sgbk_pwd.file = ../../../secrets/restic_sgbk_pwd.age;
|
||||
|
||||
two_pwd.file = ../../../secrets/two_pwd.age;
|
||||
|
||||
ltex_dict = {
|
||||
file = ../../../secrets/ltex_dict.age;
|
||||
path = "/home/leana/.config/ltex_dict";
|
||||
mode = "400";
|
||||
owner = "leana";
|
||||
};
|
||||
};
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue