fixing fitbit

This commit is contained in:
2023-11-30 19:06:50 +00:00
parent 2266fba23e
commit f467d28594

View File

@@ -7,8 +7,7 @@
...
}: {
imports =
[
imports = [
# ./beets.nix
# ./keybase.nix
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
@@ -20,17 +19,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;