File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rootPath:
1515 } ;
1616 } ;
1717
18- system . stateVersion = "25.05 " ;
18+ system . stateVersion = "25.11 " ;
1919
2020 virtualisation = {
2121 cores = 8 ;
Original file line number Diff line number Diff line change 1818 cp -r firmware/* ${ placeholder "out" }
1919 '' ;
2020
21- stateVersion = "25.05 " ;
21+ stateVersion = "25.11 " ;
2222 } ;
2323 } ;
2424
Original file line number Diff line number Diff line change 2222
2323 services . openssh . enable = true ;
2424
25- system . stateVersion = "25.05 " ;
25+ system . stateVersion = "25.11 " ;
2626
2727 # needed because wpa_supplicant fails on startup
2828 # see https://github.com/NixOS/nixpkgs/issues/82462
Original file line number Diff line number Diff line change 22 description = "A collection of my system configs and dotfiles." ;
33
44 inputs = {
5- nixpkgs . url = "github:NixOS/nixpkgs/nixos-25.05 " ;
5+ nixpkgs . url = "github:NixOS/nixpkgs/nixos-25.11 " ;
66 unstable . url = "github:NixOS/nixpkgs/nixpkgs-unstable" ;
77
88 home-manager = {
9- url = "github:nix-community/home-manager/release-25.05 " ;
9+ url = "github:nix-community/home-manager/release-25.11 " ;
1010 inputs . nixpkgs . follows = "nixpkgs" ;
1111 } ;
1212 nix-on-droid = {
Original file line number Diff line number Diff line change 108108 PAGER = "${ pkgs . less } /bin/less" ;
109109 } ;
110110
111- stateVersion = "25.05 " ;
111+ stateVersion = "25.11 " ;
112112 } ;
113113
114114 programs . fzf . enable = true ;
Original file line number Diff line number Diff line change 108108
109109 system = {
110110 configurationRevision = inputs . self . rev or "dirty" ;
111- stateVersion = "25.05 " ;
111+ stateVersion = "25.11 " ;
112112 } ;
113113
114114 time . timeZone = "Europe/Berlin" ;
You can’t perform that action at this time.
0 commit comments