mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 06:31:35 +00:00
fixing fitbit
This commit is contained in:
@@ -20,17 +20,17 @@
|
||||
home.homeDirectory = "/home/sstent";
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
sops = {
|
||||
age.sshKeyPaths = ["/home/sstent/.ssh/id_ed25519"];
|
||||
defaultSopsFile = ../secrets/user-secrets.yaml;
|
||||
secrets = {
|
||||
mrconfig = {
|
||||
sopsFile = ../secrets/user_dotfiles/mrconfig;
|
||||
format = "binary";
|
||||
path = "${config.home.homeDirectory}/.mrconfig";
|
||||
};
|
||||
};
|
||||
};
|
||||
# sops = {
|
||||
# age.sshKeyPaths = ["/home/sstent/.ssh/id_ed25519"];
|
||||
# defaultSopsFile = ../secrets/user-secrets.yaml;
|
||||
# secrets = {
|
||||
# mrconfig = {
|
||||
# sopsFile = ../secrets/user_dotfiles/mrconfig;
|
||||
# format = "binary";
|
||||
# path = "${config.home.homeDirectory}/.mrconfig";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
custom = {
|
||||
ssh-proxy.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user