update pins

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-04 09:29:10 -06:00
parent 02e18aa0fc
commit 274d59ce4b
12 changed files with 172 additions and 174 deletions

View file

@ -32,7 +32,6 @@
}:
let
configuration_name = "oren";
system = "x86_64-linux";
stateVersion = "25.05";
primaryUser = "josh";
overlayIp = "100.64.0.5";
@ -42,7 +41,6 @@
nixosConfigurations = {
"${configuration_name}" = (
lib.nixosSystem {
inherit system;
modules = [
home-manager.nixosModules.default