update oren

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-24 12:07:48 -05:00
parent a3be6f71fb
commit 7045e3d3bf
2 changed files with 11 additions and 10 deletions

20
hosts/oren/flake.lock generated
View file

@ -33,11 +33,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1750257405, "lastModified": 1750781460,
"narHash": "sha256-Ztt+5z2BmPqxvpQT4yLV/8gaWD5Txedr3Gd38gTXOGU=", "narHash": "sha256-46aRkiKBy6YIaj/zoWHIMZE/7LjnsdDSZt4jDNvLz1E=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b715d8b5335b2302fefde329723bd3b4a0986c70", "rev": "a3be6f71fb0570f8e2ac60fd3f3ad436b8a6bf90",
"revCount": 483, "revCount": 503,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },
@ -179,11 +179,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1750134718, "lastModified": 1750506804,
"narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=", "narHash": "sha256-VLFNc4egNjovYVxDGyBYTrvVCgDYgENp5bVi9fPTDYc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c", "rev": "4206c4cb56751df534751b058295ea61357bbbaa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -227,11 +227,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1750133334, "lastModified": 1750622754,
"narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=", "narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "36ab78dab7da2e4e27911007033713bab534187b", "rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -54,6 +54,7 @@
boot.systemd.enable = true; boot.systemd.enable = true;
general = { general = {
enableSleep = true; enableSleep = true;
reporting.enable = true;
}; };
secrets.enable = true; secrets.enable = true;
desktopEnvironment.gnome.enable = true; desktopEnvironment.gnome.enable = true;