From 212355b9e29f68795bb2984b9ab46218b316ad3c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 22 Feb 2023 16:15:41 +0100 Subject: [PATCH] Renamed nixos to oni --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0aea5f9..3a1804e 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ } ]; }; - nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { + nixosConfigurations.oni = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; modules = [