diff --git a/hosts/oren/flake.lock b/hosts/oren/flake.lock index ad60b50..f62f595 100644 --- a/hosts/oren/flake.lock +++ b/hosts/oren/flake.lock @@ -33,11 +33,11 @@ "ragenix": "ragenix" }, "locked": { - "lastModified": 1750781460, - "narHash": "sha256-46aRkiKBy6YIaj/zoWHIMZE/7LjnsdDSZt4jDNvLz1E=", + "lastModified": 1750257405, + "narHash": "sha256-Ztt+5z2BmPqxvpQT4yLV/8gaWD5Txedr3Gd38gTXOGU=", "ref": "refs/heads/master", - "rev": "a3be6f71fb0570f8e2ac60fd3f3ad436b8a6bf90", - "revCount": 503, + "rev": "b715d8b5335b2302fefde329723bd3b4a0986c70", + "revCount": 483, "type": "git", "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" }, @@ -179,11 +179,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1750506804, - "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=", + "lastModified": 1750134718, + "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4206c4cb56751df534751b058295ea61357bbbaa", + "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c", "type": "github" }, "original": { @@ -227,11 +227,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1750622754, - "narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=", + "lastModified": 1750133334, + "narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1", + "rev": "36ab78dab7da2e4e27911007033713bab534187b", "type": "github" }, "original": { diff --git a/hosts/oren/flake.nix b/hosts/oren/flake.nix index 852aca8..b29042f 100644 --- a/hosts/oren/flake.nix +++ b/hosts/oren/flake.nix @@ -54,7 +54,6 @@ boot.systemd.enable = true; general = { enableSleep = true; - reporting.enable = true; }; secrets.enable = true; desktopEnvironment.gnome.enable = true;