From e03e9447a3cb3a2c8290bce77fe0609374bff19d Mon Sep 17 00:00:00 2001 From: ShockWave-1 Date: Mon, 9 Dec 2024 22:13:21 +0100 Subject: [PATCH] doc: fixed typo in flake.nix rootless how example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2022091..3a07108 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ See [`container.nix`](./container.nix), [`network.nix`](./network.nix), and [`po quadlet-nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { nixpkgs, quadlet-nix, home-manager, ... }@attrs: { - nixosConfigurations.machine = nixpksg.lib.nixosSystem { + nixosConfigurations.machine = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix