From 2fd59032f4b581de8378d28f10f563d18e1473a8 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 11 Nov 2022 22:40:55 -0800 Subject: [PATCH] update nixos --- flake.lock | 6 +++--- petalius.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 31a1540..be95f78 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1667142599, - "narHash": "sha256-OLJxsg9VqfKjFkerOxWtNIkibsCvxsv5A8wNWO1MeWk=", + "lastModified": 1667991831, + "narHash": "sha256-DHgEsLZI044B9T4AjA3K6+yB9/DqLr4dyA7OIx0FG7o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "412b9917cea092f3d39f9cd5dead4effd5bc4053", + "rev": "872fceeed60ae6b7766cc0a4cd5bf5901b9098ec", "type": "github" }, "original": { diff --git a/petalius.nix b/petalius.nix index ef1e29a..eaf7155 100644 --- a/petalius.nix +++ b/petalius.nix @@ -119,7 +119,7 @@ #services.avahi.nssmdns = true; - system.stateVersion = "18.03"; + system.stateVersion = "22.11"; networking.wireguard.interfaces.wg0 = { ips = ["10.59.0.2/16"];