This commit is contained in:
System administrator 2026-05-11 19:56:38 +02:00
parent 16d117f80b
commit dfc8c1d132
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
# Add further modules here later, e.g.: # Add further modules here later, e.g.:
./programs.nix ./programs.nix
./flake.nix
# ./modules/nextcloud.nix # ./modules/nextcloud.nix
# ./modules/wireguard.nix # ./modules/wireguard.nix
# ./modules/docker.nix # ./modules/docker.nix

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1778430510, "lastModified": 1720535198,
"narHash": "sha256-Ti+ZBvW6yrWWAg2szExVTwCd4qOJ3KlVr1tFHfyfi8Q=", "narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8fd9daa3db09ced9700431c5b7ad0e8ba199b575", "rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-25.11", "ref": "nixos-23.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,5 +1,6 @@
{ {
description = "NixOS Konfiguration";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
}; };