remove autopull config from artemision (used for testing)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-16 12:02:55 -04:00 committed by Alice Huston
parent 6b2c0fe69f
commit 7cd32e0018

View File

@ -1,9 +1,4 @@
{ { config, pkgs, ... }:
config,
pkgs,
lib,
...
}:
{ {
imports = [ imports = [
./programs.nix ./programs.nix
@ -49,14 +44,6 @@
services.fprintd.enable = true; services.fprintd.enable = true;
services.openssh.enable = false; services.openssh.enable = false;
services.autopull = {
enable = lib.mkDefault true;
repo.dotfiles = {
enable = lib.mkDefault true;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
path = lib.mkDefault /root/dotfiles;
};
};
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
settings = { settings = {