fix: Git-annex fixes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user