From 77619456d77084de183db6d445a069a887ff5645 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Wed, 27 Dec 2023 14:02:27 +0400 Subject: [PATCH] /etc/nixos#sp-nixos => /etc/nixos#default --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a9c5058..87f121c 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1703669796, - "narHash": "sha256-OlN3Ku6WYnPVnPhB1+VIe0LgWBjdPVn1WReCJLIXwZo=", + "lastModified": 1703671233, + "narHash": "sha256-6ORE3NI1a75Y278eAhN7iL8y33NaSYE9wwHVq+qPQOw=", "ref": "userdata", - "rev": "7883063dca4d946c0955faafd78642224d4a9be8", - "revCount": 1054, + "rev": "5bf42a8bc146aa3770c5e8c292bf3cc43d2c8dc9", + "revCount": 1055, "type": "git", "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" }, diff --git a/flake.nix b/flake.nix index 866e152..5f1ed70 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ , sp-modules }: { - sp-nixos = nixpkgs.lib.nixosSystem { + default = nixpkgs.lib.nixosSystem { modules = [ hardware-configuration deployment