added some utilities

This commit is contained in:
John Lancaster
2025-04-04 01:15:38 -05:00
parent 07d1bd6e06
commit 4434093128
2 changed files with 11 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
eza
sops
gdbm
btop
];
virtualisation.docker.enable = true;
@@ -37,12 +38,12 @@
services.openssh.enable = true;
services.tailscale.enable = true;
services.cron = {
enable = true;
systemCronJobs = [
"30 2 * * * /run/current-system/sw/bin/nfsu > /etc/nixos/auto_update.log 2>&1"
];
};
# services.cron = {
# enable = true;
# systemCronJobs = [
# "30 2 * * * /run/current-system/sw/bin/nfsu > /etc/nixos/auto_update.log 2>&1"
# ];
# };
# systemd.timers."auto-update" = {
# wantedBy = [ "timers.target" ];

View File

@@ -23,6 +23,10 @@
(import ./zsh.nix)
(import ./git.nix {inherit userSettings;})
];
home.packages = with pkgs; [
# Add any additional packages you want to install in your home directory
superfile
];
programs = {
ssh.enable = true;
gh.enable = true;