convert flake-update to a submodule type

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-15 00:38:59 -04:00
committed by Alice Huston
parent 3fb96c2248
commit 3696ebd976
4 changed files with 116 additions and 57 deletions

View File

@ -2,8 +2,11 @@
{
services.autopull = {
enable = lib.mkDefault true;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
path = lib.mkDefault /root/dotfiles;
repo.dotfiles = {
enable = lib.mkDefault true;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
path = lib.mkDefault /root/dotfiles;
};
};
system.autoUpgrade = {