···44 inputs =
55 {
66 # Nix
77- nixos.url = "github:nixos/nixpkgs/release-22.05";
77+ nixos.url = "github:nixos/nixpkgs/release-22.11";
88 latest.url = "github:nixos/nixpkgs/nixos-unstable";
99 # Community
1010- home.url = "github:nix-community/home-manager/release-22.05";
1010+ home.url = "github:nix-community/home-manager/release-22.11";
1111 home.inputs.nixpkgs.follows = "nixos";
1212 nixos-hardware.url = "github:nixos/nixos-hardware";
1313 # Lib
···5252 # TODO not quite useful yet, since it needs secrets
5353 # dhyan.url = "git+ssh://gitea@git.sealight.xyz/aynish/dhyan?ref=main";
5454 # dhyan.inputs.nixpkgs.follows = "nixos";
5555+ # TODO needs secrets
5656+ # muneem.url = "git+ssh://gitea@git.sealight.xyz/aynish/muneem?ref=main";
5757+ # muneem.inputs.nixpkgs.follows = "nixos";
5558 };
56595760 outputs =
···9194 deploy.overlay
9295 ./pkgs/default.nix
9396 tidalcycles.overlays.default
9494- neovim-nightly.overlay
9797+ # neovim-nightly.overlay
9598 rust-overlay.overlays.default
9699 eww.overlays.default
97100 ];
···148151 };
149152 suites = with profiles; rec {
150153 base = [ core users.root users.anish ];
151151- sealight = [ base server metrics gitea rss-bridge mount-mossnet ];
154154+ sealight = [ base server metrics gitea rss-bridge mount-mossnet freshrss ];
152155 lituus = [ base server metrics sealight-website matrix wireguard-server ];
153156 mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance ]; # hpi sync.music muneem
154157 cube = [ base site server ];
+1-1
install-encrypted.sh
···112112 # this value at the release version of the first install of this system.
113113 # Before changing this value read the documentation for this option
114114 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
115115- system.stateVersion = "21.05"; # Did you read the comment?
115115+ system.stateVersion = "22.11"; # Did you read the comment?
116116}
117117118118endmsg
+1-1
install-yubikey.sh
···162162 # this value at the release version of the first install of this system.
163163 # Before changing this value read the documentation for this option
164164 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
165165- system.stateVersion = "21.05"; # Did you read the comment?
165165+ system.stateVersion = "22.11"; # Did you read the comment?
166166}
167167168168endmsg