diff --git a/configuration.nix b/configuration.nix index a47c7f6..434b23e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,11 +22,11 @@ }; }; - # fileSystems."/mnt/xen-backups" = { - # device = "10.1.1.13:/eru/xen-backups"; - # fsType = "nfs"; - # }; - + fileSystems."/mnt/borg" = { + device = "10.1.1.13:/eru/borg"; + fsType = "nfs"; + options = [ "x-systemd.automount" "noauto" ]; + }; programs.fish.enable = true; @@ -136,7 +136,7 @@ python3 ansible gparted - lens + openlens nfs-utils ]; services.tailscale.enable = true; diff --git a/flake.lock b/flake.lock index 2a53409..ae5acb4 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1707175763, - "narHash": "sha256-0MKHC6tQ4KEuM5rui6DjKZ/VNiSANB4E+DJ/+wPS1PU=", + "lastModified": 1707467182, + "narHash": "sha256-/Bw/xgCXfj4nXDd8Xq+r1kaorfsYkkomMf5w5MpsDyA=", "owner": "nix-community", "repo": "home-manager", - "rev": "f99eace7c167b8a6a0871849493b1c613d0f1b80", + "rev": "5b9156fa9a8b8beba917b8f9adbfd27bf63e16af", "type": "github" }, "original": { @@ -40,11 +40,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707171055, - "narHash": "sha256-7ZiKRdhrScsDfhDkGy8yJWAT6BfHqa8PYMX04roU03k=", + "lastModified": 1707451808, + "narHash": "sha256-UwDBUNHNRsYKFJzyTMVMTF5qS4xeJlWoeyJf+6vvamU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4b1aab22192b787355733c9495d47f4c66af084c", + "rev": "442d407992384ed9c0e6d352de75b69079904e4e", "type": "github" }, "original": {