fixed name

This commit is contained in:
Lucy von Overheidt 2025-09-14 01:18:29 +02:00
parent 60e885b1a4
commit f7dcb26f9a

View file

@ -16,7 +16,7 @@
inputs@{ self, nixpkgs, ... }:
{
nixosConfigurations = {
server = nixpkgs.lib.nixosSystem {
"games-night" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [