fix: Git-annex fixes

This commit is contained in:
Madeleine Sydney
2025-01-24 18:09:37 -07:00
parent 83a37f2288
commit 3616248c20
8 changed files with 50 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, disko, /* sydnix-cli, */ ... }:
{ config, pkgs, lib, disko, sydnix-cli, ... }:
{
imports = [
./hardware-configuration.nix
@@ -40,12 +40,17 @@
enable = true;
user.name = "annex";
user.email = "annex@deertopia.net";
keyFiles = [ ../../public-keys/crumb-at-guix-rebound.pub ];
keyFiles = [
../../public-keys/crumb-at-guix-rebound.pub
../../public-keys/crumble-at-fruitbook.pub
../../public-keys/lain-at-deertopia.pub
];
repos = {
"/persist/deertopia.net/dav/org" = {
managed = true;
remotes = {
"guix-rebound" = "crumb@guix-rebound:/tmp/org";
"guix-rebound" = "crumb@guix-rebound:org";
# "fruitbook" = "crumble@fruitbook:org";
};
};
};
@@ -93,7 +98,7 @@
neovim
git
sshfs
# sydnix-cli.packages.x86_64-linux.default
sydnix-cli.packages.x86_64-linux.default
];
services.openssh = {