remove autopull config from artemision (used for testing)
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
6b2c0fe69f
commit
7cd32e0018
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user