Testing
This commit is contained in:
parent
255cfa0ec7
commit
6ac1b5fee0
3 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nmapsi4 # Qt nmap GUI
|
||||
kdesu # KDE Su
|
||||
arc-kde-theme
|
||||
arc-theme
|
||||
kdePackages.plasma-browser-integration
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Warsaw";
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
|
||||
# Set the networking hostname:
|
||||
networking.hostName = "nixos-framework";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
enable = true;
|
||||
systemCronJobs = [
|
||||
# Back up Local-Storage to NFS Storage
|
||||
"0 9 * * * root rsync -avr /Local-Storage/Data/Docker/ifargle.com/vpn-stack/ /Storage/Data/Docker/ifargle.com/vpn-stack/"
|
||||
# "0 9 * * * root rsync -avr /Local-Storage/Data/Docker/ifargle.com/vpn-stack/ /Storage/Data/Docker/ifargle.com/vpn-stack/"
|
||||
# Back up running containers weekly
|
||||
"0 0 * * * root rm -rf /Storage/Backups/Docker/ifargle.com/*; for i in $(docker ps --format '{{.Names}}'); do docker export $i | gzip -cf | cat > /Storage/Backups/Docker/ifargle.com/$i.tar.gz; done"
|
||||
# Restart the VPN stack
|
||||
|
|
Loading…
Reference in a new issue