diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 11:23:58 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 11:24:13 -0400 |
commit | 57de4ede0cef89c04a3728e4f8c97f67ce771eff (patch) | |
tree | d183069bc9b8f93f429763ec35e1beb5abd8bc4c /flake.nix | |
parent | 607c7626001ba1ba4f0b8b4b4b774b508143cab5 (diff) |
generalize server
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ]; |