Compare commits

..

No commits in common. "2631dd23f46ca4c3ea9aa9374e7da3fde661dd18" and "7cf394d9720f0a480afb83523b00d662d11daefb" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View file

@ -160,11 +160,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702159252, "lastModified": 1701728041,
"narHash": "sha256-4mYOL1EhOmt92OtYsHXRViWrSHvR5obLfCllMmQsUzY=", "narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e6b7303bd149723c57ca23f5a9428482d6b07306", "rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -230,11 +230,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1702148972, "lastModified": 1701984481,
"narHash": "sha256-h2jODFP6n+ABrUWcGRSVPRFfLOkM9TJ2pO+h+9JcaL0=", "narHash": "sha256-rxJG9Xa/8zVcfbiRIon27mhwOZ4HpngrQRgYRnsKDOY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b8f33c044e51de6dde3ad80a9676945e0e4e3227", "rev": "9b4d8f74c3654622aa3bfde1b4e0d4ffc40db214",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -363,11 +363,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1702157149, "lastModified": 1701956652,
"narHash": "sha256-R/DJp9s4EPjNYsquuBkFmLm9NGlFQrZ+T+Gkyr9pYBE=", "narHash": "sha256-PGkn4yCvui0HtJbVfGu0yKSZgwvsP0GdApD0M1MjcZY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "430c8f672bcaf811aaae8b7856fcca481b7064e5", "rev": "cc3f5209c1253442608d17055d14e5da2122dabd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -104,7 +104,7 @@ in
mkdir -p ${builtins.toString cfg.tmp_mount_point} mkdir -p ${builtins.toString cfg.tmp_mount_point}
echo "Mounting the external backup drive" echo "Mounting the external backup drive"
mount /dev/disk/by-label/${cfg.backup1_drive_label} ${builtins.toString cfg.tmp_mount_point} -t ntfs3 mount /dev/disk/by-label/${cfg.backup1_drive_label} ${builtins.toString cfg.tmp_mount_point}
echo "Puttin nextcloud into maintenance mode so that changes cannot happen during the backup" echo "Puttin nextcloud into maintenance mode so that changes cannot happen during the backup"
nextcloud-occ maintenance:mode --on nextcloud-occ maintenance:mode --on