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:
parent
b48fa4e383
commit
7d45f23892
3 changed files with 11 additions and 10 deletions
hosts
|
@ -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;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"/var/log"
|
||||
"/nix/persist"
|
||||
"/home"
|
||||
"/etc/secureboot"
|
||||
];
|
||||
|
||||
repositories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue