1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-04-27 00:48:30 +02:00

fixes before reinstall

This commit is contained in:
Rouven Seifert 2023-07-31 14:12:10 +02:00
parent b48fa4e383
commit 7d45f23892
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 11 additions and 10 deletions
hosts
nuc/modules/backup
thinkpad/modules/backup

View file

@ -4,7 +4,7 @@
environment.systemPackages = [ pkgs.borgbackup ];
fileSystems."/mnt/backup" =
{
device = "dev/disk/by-uuid/74e78699-fe27-4467-a9bb-99fc6e8d52c5";
device = "/dev/disk/by-uuid/74e78699-fe27-4467-a9bb-99fc6e8d52c5";
fsType = "ext4";
options = [ "nofail" ];
neededForBoot = false;

View file

@ -11,6 +11,7 @@
"/var/log"
"/nix/persist"
"/home"
"/etc/secureboot"
];
repositories = [