mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 04:22:14 +00:00
fixing fitbit
This commit is contained in:
@@ -7,8 +7,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
imports =
|
imports = [
|
||||||
[
|
|
||||||
# ./beets.nix
|
# ./beets.nix
|
||||||
# ./keybase.nix
|
# ./keybase.nix
|
||||||
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||||
@@ -20,17 +19,17 @@
|
|||||||
home.homeDirectory = "/home/sstent";
|
home.homeDirectory = "/home/sstent";
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|
||||||
# sops = {
|
sops = {
|
||||||
# age.sshKeyPaths = ["/home/sstent/.ssh/id_ed25519"];
|
age.sshKeyPaths = ["/home/sstent/.ssh/id_ed25519"];
|
||||||
# defaultSopsFile = ../secrets/user-secrets.yaml;
|
defaultSopsFile = ../secrets/user-secrets.yaml;
|
||||||
# secrets = {
|
secrets = {
|
||||||
# mrconfig = {
|
mrconfig = {
|
||||||
# sopsFile = ../secrets/user_dotfiles/mrconfig;
|
sopsFile = ../secrets/user_dotfiles/mrconfig;
|
||||||
# format = "binary";
|
format = "binary";
|
||||||
# path = "${config.home.homeDirectory}/.mrconfig";
|
path = "${config.home.homeDirectory}/.mrconfig";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
ssh-proxy.enable = false;
|
ssh-proxy.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user