type changes

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-15 04:37:22 -04:00
committed by Alice Huston
parent 0ce3d57e46
commit 298d7423c6
3 changed files with 47 additions and 29 deletions

View File

@ -1,4 +1,9 @@
{ config, pkgs, ... }:
{
config,
pkgs,
lib,
...
}:
{
imports = [
./programs.nix
@ -44,6 +49,14 @@
services.fprintd.enable = true;
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 = {
enable = true;
settings = {