diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 13:25:22 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 13:25:22 +0530 |
| commit | 9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (patch) | |
| tree | 6749a74204d7ed9c6ee5da716545417f35863ff5 /flake.nix | |
| parent | 66d33061f91df1bbcc608979d430251fda7209b2 (diff) | |
hostname not everywhere
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ config.allowUnfree = true; }; in { - nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem { + nixosConfigurations.main = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs username hostname unstable; }; |
