summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-02 12:37:44 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-02 12:37:44 -0500
commita6d9a9de1defe2c39c9514c0de76d37dcf8a0576 (patch)
tree96365fe73d9d079abcfab0dbbf3d3947168d9ac9
parent71a5db2f26d1ac01c8e897d9362a09956c02bbc3 (diff)
downloadnixos-a6d9a9de1defe2c39c9514c0de76d37dcf8a0576.tar.xz
nixos-a6d9a9de1defe2c39c9514c0de76d37dcf8a0576.zip
update nixos to version 26.05HEADmaster
-rw-r--r--archetypes/collections/utilities.nix2
-rw-r--r--flake.lock28
-rw-r--r--flake.nix4
-rw-r--r--users/timmy/printing.nix4
4 files changed, 19 insertions, 19 deletions
diff --git a/archetypes/collections/utilities.nix b/archetypes/collections/utilities.nix
index f6713d8..24d61f6 100644
--- a/archetypes/collections/utilities.nix
+++ b/archetypes/collections/utilities.nix
@@ -8,7 +8,7 @@
htop
jq
killall
- light
+ #light # TODO find replacement
lm_sensors
mediainfo
nmap
diff --git a/flake.lock b/flake.lock
index fed05a3..ffa52a1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -67,43 +67,43 @@
]
},
"locked": {
- "lastModified": 1775425411,
- "narHash": "sha256-KY6HsebJHEe5nHOWP7ur09mb0drGxYSzE3rQxy62rJo=",
+ "lastModified": 1780361225,
+ "narHash": "sha256-wnV9ttf4fPWNonBIQmvlrSlNpQYgx5HgWWd007mwIFA=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "0d02ec1d0a05f88ef9e74b516842900c41f0f2fe",
+ "rev": "e28654b71096e08c019d4861ca26acb646f583d8",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-25.11",
+ "ref": "release-26.05",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
- "lastModified": 1775811116,
- "narHash": "sha256-t+HZK42pB6N+i5RGbuy7Xluez/VvWbembBdvzsc23Ss=",
+ "lastModified": 1780203844,
+ "narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "54170c54449ea4d6725efd30d719c5e505f1c10e",
+ "rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-25.11",
+ "ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1775710090,
- "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
+ "lastModified": 1780243769,
+ "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "4c1018dae018162ec878d42fec712642d214fdfa",
+ "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c",
"type": "github"
},
"original": {
@@ -176,11 +176,11 @@
]
},
"locked": {
- "lastModified": 1775682595,
- "narHash": "sha256-0E9PohY/VuESLq0LR4doaH7hTag513sDDW5n5qmHd1Q=",
+ "lastModified": 1777944972,
+ "narHash": "sha256-VfGRo1qTBKOe3s2gOv8LSoA6Fk19PvBlwQ1ECN0Evn8=",
"owner": "Mic92",
"repo": "sops-nix",
- "rev": "d2e8438d5886e92bc5e7c40c035ab6cae0c41f76",
+ "rev": "c591bf665727040c6cc5cb409079acb22dcce33c",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index fe93f42..f304765 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@ rec {
description = "TimmyOS System Config";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
sops-nix = {
@@ -10,7 +10,7 @@ rec {
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
- url = "github:nix-community/home-manager/release-25.11";
+ url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};
arkenfox = {
diff --git a/users/timmy/printing.nix b/users/timmy/printing.nix
index d5cceab..9dbba29 100644
--- a/users/timmy/printing.nix
+++ b/users/timmy/printing.nix
@@ -3,7 +3,7 @@
# Printer drivers
services.printing.drivers = [
pkgs.epson-escpr2
- pkgs.workcentre-7800-series
+ #pkgs.workcentre-7800-series
];
# Scanning programs
@@ -14,7 +14,7 @@
# Printers
networking.hosts = {
"192.168.1.35" = [ "Epson_ET-8500" ];
- "192.168.77.40" = [ "Xerox_WorkCentre_7855" ];
+ #"192.168.77.40" = [ "Xerox_WorkCentre_7855" ];
};
# Add printers to cups