about summary refs log tree commit diff stats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-04 22:50:22 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-04 22:50:22 +0200
commitdaa09e5a14ff369d00acc49368e7b1f191fed49f (patch)
tree3ad6eccab6bd360b45839ab0eb2801ea3f108b02 /modules/common/default.nix
parentmodules/nvim/plgs/luasnip: Remove useless `./lua` directory (diff)
downloadnixos-config-daa09e5a14ff369d00acc49368e7b1f191fed49f.zip
modules/backup: Make backup preparing a separate service
This change also removes the auto mount stuff from the local backup.
This is just not really useful for an on-demand backup
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index ee203cfb..5483b4e6 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -52,7 +52,6 @@
         };
         local = {
           enable = true;
-          backupDiskUuid = "c06ce163-2955-4388-b212-dfec4448fcf4";
         };
       };
       fwupd.enable = true;