From b281290bef07c6253c999983b4e1976dcbe8e2dd Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Tue, 18 Feb 2025 19:37:50 +0100 Subject: [PATCH] flake update --- flake.lock | 36 ++++++++++++------------ hosts/m3-ares/hardware-configuration.nix | 1 + 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 0c9b6a4..ebfbcd5 100644 --- a/flake.lock +++ b/flake.lock @@ -94,11 +94,11 @@ ] }, "locked": { - "lastModified": 1739518853, - "narHash": "sha256-3dZpC0Kq9qvaTKcfC9Am+PXd73mWo2Whi2yM6gnvOpA=", + "lastModified": 1739841949, + "narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=", "owner": "nix-community", "repo": "disko", - "rev": "85942f35d345daf4d402c05a8ee0c52f414a2168", + "rev": "15dbf8cebd8e2655a883b74547108e089f051bf0", "type": "github" }, "original": { @@ -151,11 +151,11 @@ ] }, "locked": { - "lastModified": 1739470101, - "narHash": "sha256-NxNe32VB4XI/xIXrsKmIfrcgtEx5r/5s52pL3CpEcA4=", + "lastModified": 1739845242, + "narHash": "sha256-rNMXpDubNWGLTs45MuoH9YHtXfXye/fn2u4YMSTPt9I=", "owner": "nix-community", "repo": "home-manager", - "rev": "5031c6d2978109336637977c165f82aa49fa16a7", + "rev": "5cfbf5cc37a3bd1da07ae84eea1b828909c4456b", "type": "github" }, "original": { @@ -192,11 +192,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1739002652, - "narHash": "sha256-W83O9ASWUFaDAFY7H9vvW/Gm9PN5Lkh0McYW3bA/6aU=", + "lastModified": 1739770912, + "narHash": "sha256-OQS2yhBYJZPvxkPGEx9FqT+voXTDm0UJDknCBBWgroo=", "owner": "Jas-SinghFSU", "repo": "HyprPanel", - "rev": "0d5f80ff5cd525b8f27adfb84cef67d90e3d7f10", + "rev": "9b342341fe17e4fb2c4cad9e3379a814a6a73097", "type": "github" }, "original": { @@ -239,11 +239,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1739521149, - "narHash": "sha256-9CYhycBZDYkxD1uu6HMeJzRkSuDYZ86RJzEbFopO/CQ=", + "lastModified": 1739897617, + "narHash": "sha256-6ngGKTogvyZvN6gfSc0M26dBYbOgx26hKKrLZj7QW2E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "49f1c6e940b67fa522c45c14603a0584aa90ebd2", + "rev": "5cb027673efd44307525d6300e0fa6309dce47d3", "type": "github" }, "original": { @@ -255,11 +255,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1739357830, - "narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=", + "lastModified": 1739758141, + "narHash": "sha256-uq6A2L7o1/tR6VfmYhZWoVAwb3gTy7j4Jx30MIrH0rE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a", + "rev": "c618e28f70257593de75a7044438efc1c1fc0791", "type": "github" }, "original": { @@ -287,11 +287,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1739446958, - "narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=", + "lastModified": 1739736696, + "narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2ff53fe64443980e139eaa286017f53f88336dd0", + "rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f", "type": "github" }, "original": { diff --git a/hosts/m3-ares/hardware-configuration.nix b/hosts/m3-ares/hardware-configuration.nix index 0a07d13..28dbb82 100644 --- a/hosts/m3-ares/hardware-configuration.nix +++ b/hosts/m3-ares/hardware-configuration.nix @@ -52,6 +52,7 @@ fileSystems."/mnt/skynet" = { device = "192.168.1.100:/volume3/m3-skynet"; fsType = "nfs"; + options = ["noauto" "x-systemd.automount"]; }; swapDevices = [];