summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:43:41 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:43:41 +0530
commit9180991b521e88bde19184d48f4254bc0b6ba01e (patch)
treeb3dc555939f36feaa480e9526644571f535379c7
parent5489270e59a1ac4bda0cbc6e2dc662f541f962ff (diff)
rename
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 3a45625..b82fa94 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];
};