diff options
| -rw-r--r-- | flake.lock | 36 | ||||
| -rw-r--r-- | hosts/shar/configuration.nix | 1 |
2 files changed, 19 insertions, 18 deletions
@@ -85,11 +85,11 @@ ] }, "locked": { - "lastModified": 1767909183, - "narHash": "sha256-u/bcU0xePi5bgNoRsiqSIwaGBwDilKKFTz3g0hqOBAo=", + "lastModified": 1768068402, + "narHash": "sha256-bAXnnJZKJiF7Xr6eNW6+PhBf1lg2P1aFUO9+xgWkXfA=", "owner": "nix-community", "repo": "home-manager", - "rev": "cd6e96d56ed4b2a779ac73a1227e0bb1519b3509", + "rev": "8bc5473b6bc2b6e1529a9c4040411e1199c43b4c", "type": "github" }, "original": { @@ -157,11 +157,11 @@ }, "nix-flatpak": { "locked": { - "lastModified": 1739444422, - "narHash": "sha256-iAVVHi7X3kWORftY+LVbRiStRnQEob2TULWyjMS6dWg=", + "lastModified": 1767983141, + "narHash": "sha256-7ZCulYUD9RmJIDULTRkGLSW1faMpDlPKcbWJLYHoXcs=", "owner": "gmodena", "repo": "nix-flatpak", - "rev": "5e54c3ca05a7c7d968ae1ddeabe01d2a9bc1e177", + "rev": "440818969ac2cbd77bfe025e884d0aa528991374", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767767207, - "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=", + "lastModified": 1767892417, + "narHash": "sha256-dhhvQY67aboBk8b0/u0XB6vwHdgbROZT3fJAjyNh5Ww=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5912c1772a44e31bf1c63c0390b90501e5026886", + "rev": "3497aa5c9457a9d88d71fa93a4a8368816fbeeba", "type": "github" }, "original": { @@ -261,11 +261,11 @@ ] }, "locked": { - "lastModified": 1767911946, - "narHash": "sha256-djA44MFNgul3dGKdIk5v2ssfUi46noFXcOBEfilQO8c=", + "lastModified": 1768093331, + "narHash": "sha256-8pL/pTI55DcQVr47NQUIfUy7Y81wTrboLZ5LMxyC+/o=", "owner": "nix-community", "repo": "NUR", - "rev": "b11ab04234e3687b6cb03eb48d3d2b70fa0a69b9", + "rev": "12703a3e3df960f1df9ac8e75590f17ad321625a", "type": "github" }, "original": { @@ -286,11 +286,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1767905953, - "narHash": "sha256-Bv2aFymqUptre+n5JxR0FFxhD1ZTu13IyQtOvUNDPRg=", + "lastModified": 1767992839, + "narHash": "sha256-qDcSFxMs6d/WjaVD1RtvFKtlv3FKEt8U10AFMSz+wvE=", "owner": "NotAShelf", "repo": "nvf", - "rev": "328e096c8bb70cd3aa5da9ebec934b06f5a7869e", + "rev": "5b5548d2182063aa81e1e2dd0f0bc8cbb055179b", "type": "github" }, "original": { @@ -370,11 +370,11 @@ ] }, "locked": { - "lastModified": 1767763594, - "narHash": "sha256-5ysv8EuVAgDoYmNuXEUNf7vBzdeRaFxeIlIndv5HMvs=", + "lastModified": 1768083628, + "narHash": "sha256-6M+vlMGur7UgzkHucgA61pjq3gtjGH9OywxJM/KHL8I=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "8b2302d8c10369c9135552cc892da75cff5ddb03", + "rev": "5c9624f3d0176727284678aebf677770dd1375b2", "type": "github" }, "original": { diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix index 9fd0b1e..43c9263 100644 --- a/hosts/shar/configuration.nix +++ b/hosts/shar/configuration.nix @@ -51,6 +51,7 @@ }]; networking.interfaces.eno1.mtu = 1400; networking.interfaces.eno1.wakeOnLan.enable = true; + networking.hostID = "958b5d5d"; networking.useDHCP = false; networking.defaultGateway = { address = "173.66.162.1"; |
