Remove /mnt/important
This commit is contained in:
parent
b81fffbac5
commit
5c1512b77f
2 changed files with 1 additions and 5 deletions
|
@ -105,11 +105,8 @@ in {
|
|||
};
|
||||
|
||||
fileSystems = {
|
||||
"/mnt/important" = {
|
||||
device = "/dev/disk/by-uuid/dd9449e5-3d28-4029-8434-aae3b7314e35";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
"/mnt/drive4" = {
|
||||
# TODO: remove
|
||||
device = "/dev/disk/by-uuid/a7874217-07af-485c-9e60-2370c305771e"; # 18tb hdd
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
turnAcmeDir = "/var/lib/acme-turn";
|
||||
|
||||
# Docker config locations
|
||||
server_configs = "/mnt/important/server_configs";
|
||||
server_configs_home = "/home/owo/Documents/server_configs";
|
||||
|
||||
ports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue