diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-03-08 20:42:21 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-03-08 20:42:21 +0000 |
| commit | 88e51bf8ed704bfeff7b5e95e009a54b0a79ac9d (patch) | |
| tree | 70e488c2a6273423f9cd19bea18da5b89ad868ff /flake.nix | |
| parent | 1b95597c921f7a94e0e7b08871d51f941076c319 (diff) | |
gheshki is an x86_64 linux
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ ) // { homeConfigurations = { mentat = home-manager.lib.homeManagerConfiguration (mkHostConfig { hostname = "mentat"; }); - gheshki = home-manager.lib.homeManagerConfiguration (mkHostConfig { hostname = "gheshki"; }); + gheshki = home-manager.lib.homeManagerConfiguration (mkHostConfig { hostname = "gheshki"; system = "x86_64-linux"; }); }; }; } |
