mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
sops debugging
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ ... }: {
|
||||
flake.homeModules.base-usr-ssh-all = { ... }: {
|
||||
{ config, ... }: {
|
||||
flake.homeModules.base-usr-ssh-all = { config, ... }: {
|
||||
sops.secrets."users/mo/intern/public" = {
|
||||
path = "/home/mo/.ssh/intern.pub";
|
||||
path = "${config.home.homeDirectory}/.ssh/intern.pub";
|
||||
};
|
||||
sops.secrets."users/mo/extern/private" = {
|
||||
path = "/home/mo/.ssh/extern";
|
||||
path = "${config.home.homeDirectory}/.ssh/extern";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user