added some utilities
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
eza
|
eza
|
||||||
sops
|
sops
|
||||||
gdbm
|
gdbm
|
||||||
|
btop
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
@@ -37,12 +38,12 @@
|
|||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
services.cron = {
|
# services.cron = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
systemCronJobs = [
|
# systemCronJobs = [
|
||||||
"30 2 * * * /run/current-system/sw/bin/nfsu > /etc/nixos/auto_update.log 2>&1"
|
# "30 2 * * * /run/current-system/sw/bin/nfsu > /etc/nixos/auto_update.log 2>&1"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# systemd.timers."auto-update" = {
|
# systemd.timers."auto-update" = {
|
||||||
# wantedBy = [ "timers.target" ];
|
# wantedBy = [ "timers.target" ];
|
||||||
|
|||||||
@@ -23,6 +23,10 @@
|
|||||||
(import ./zsh.nix)
|
(import ./zsh.nix)
|
||||||
(import ./git.nix {inherit userSettings;})
|
(import ./git.nix {inherit userSettings;})
|
||||||
];
|
];
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Add any additional packages you want to install in your home directory
|
||||||
|
superfile
|
||||||
|
];
|
||||||
programs = {
|
programs = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user