diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:43:41 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:43:41 +0530 | 
| commit | 9180991b521e88bde19184d48f4254bc0b6ba01e (patch) | |
| tree | b3dc555939f36feaa480e9526644571f535379c7 | |
| parent | 5489270e59a1ac4bda0cbc6e2dc662f541f962ff (diff) | |
rename
| -rw-r--r-- | flake.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -17,11 +17,11 @@      # nixos-rebuild --flake .#machine      nixosConfigurations = { -      z = nixpkgs.lib.nixosSystem { +      x = nixpkgs.lib.nixosSystem {          system = "x86_64-linux";          specialArgs = { inherit inputs; };          modules = [ -          ./machines/z/configuration.nix +          ./machines/x/configuration.nix            inputs.home-manager.nixosModules.default          ];        }; | 
