From 57de4ede0cef89c04a3728e4f8c97f67ce771eff Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 12 Oct 2025 11:23:58 -0400 Subject: generalize server --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4eee65c..b9fa965 100644 --- a/flake.nix +++ b/flake.nix @@ -49,11 +49,11 @@ ]; }; - git = nixpkgs.lib.nixosSystem { + oxo = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - ./machines/git/configuration.nix + ./machines/oxo/configuration.nix inputs.home-manager.nixosModules.default ]; -- cgit v1.2.3