From dfc8c1d132e536451223cdadbe6ca19d186ed238 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 11 May 2026 19:56:38 +0200 Subject: [PATCH] Flake --- configuration.nix | 1 - flake.lock | 8 ++++---- flake.nix | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index dfbe8d0..efd83ac 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,7 +5,6 @@ ./hardware-configuration.nix # Add further modules here later, e.g.: ./programs.nix - ./flake.nix # ./modules/nextcloud.nix # ./modules/wireguard.nix # ./modules/docker.nix diff --git a/flake.lock b/flake.lock index 986f695..064ee7a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1778430510, - "narHash": "sha256-Ti+ZBvW6yrWWAg2szExVTwCd4qOJ3KlVr1tFHfyfi8Q=", + "lastModified": 1720535198, + "narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8fd9daa3db09ced9700431c5b7ad0e8ba199b575", + "rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 735e55d..82cb156 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,6 @@ { - + description = "NixOS Konfiguration"; + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; };