Compare commits

..

No commits in common. "0caee5524f1c9efb1b93800d5f8dbabaa12fc9fd" and "2673609306b04851dfe3f0ab23239ab0e1a40644" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -48,8 +48,6 @@ in
thunderbird thunderbird
vesktop vesktop
rustdesk-pkg rustdesk-pkg
tor-browser
onionshare
] ++ [ ] ++ [
irssi irssi
]; ];

View File

@ -41,26 +41,14 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/srv/mcserver-old" =
{ device = "/dev/disk/by-uuid/7204ff85-6404-4bd7-ba0d-3fb23a5cf52c";
fsType = "btrfs";
options = [ "subvol=@mcserver" ];
};
fileSystems."/srv/mcserver-old/.snapshots" =
{ device = "/dev/disk/by-uuid/7204ff85-6404-4bd7-ba0d-3fb23a5cf52c";
fsType = "btrfs";
options = [ "subvol=snapshots/@mcserver" ];
};
fileSystems."/srv/mcserver" = fileSystems."/srv/mcserver" =
{ device = "/dev/disk/by-uuid/e36d1ab4-d18b-434e-80b5-0efca0652eb5"; { device = "/dev/disk/by-uuid/7204ff85-6404-4bd7-ba0d-3fb23a5cf52c";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@mcserver" ]; options = [ "subvol=@mcserver" ];
}; };
fileSystems."/srv/mcserver/.snapshots" = fileSystems."/srv/mcserver/.snapshots" =
{ device = "/dev/disk/by-uuid/e36d1ab4-d18b-434e-80b5-0efca0652eb5"; { device = "/dev/disk/by-uuid/7204ff85-6404-4bd7-ba0d-3fb23a5cf52c";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=snapshots/@mcserver" ]; options = [ "subvol=snapshots/@mcserver" ];
}; };

Binary file not shown.