1 Commits
Author SHA1 Message Date
Renovate Bot d38c247394 chore(deps): lock file maintenance flake inputs
renovate/stability-days Updates have not met minimum release age requirement
CI / flake (pull_request) Failing after 1m44s
2026-06-28 23:02:13 +00:00
3 changed files with 3 additions and 9 deletions
Generated
+3 -3
View File
@@ -177,11 +177,11 @@
]
},
"locked": {
"lastModified": 1782704057,
"narHash": "sha256-G1I1gd32F7mp9LAe1DaZ4ZL7NX5gyiKwdCMwro1Vrck=",
"lastModified": 1781981105,
"narHash": "sha256-/1nNBbA7PrSQpTc9Qazkhl4kIPg+TNl0CjxS3UQJKlw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "868d0a692de703c2de98fab61968e4e310b7c28e",
"rev": "7bfff44b465909f69a442701293bc0badcf476dc",
"type": "github"
},
"original": {
-3
View File
@@ -341,9 +341,6 @@ in
IdentityFile = "~/.ssh/code.emmathe.dev";
IdentitiesOnly = true;
};
"dockerpi.inf.cbg.emmaisvery.gay" = {
User = "emmathorpe";
};
};
};
-3
View File
@@ -17,9 +17,6 @@
"wheel"
"docker"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDxHvdMTOzpFWUFMtCP7C/4tIOUO3GIO2QPvaifSnWH lyrathorpe@Lyra-MBA"
];
shell = pkgs.zsh;
};
programs.firefox = lib.mkIf (config.features.swayDesktop.enable == true) {