Update hostname
This commit is contained in:
parent
73eefd1fba
commit
d10f31894d
|
|
@ -120,11 +120,11 @@
|
||||||
{
|
{
|
||||||
# Build darwin flake using:
|
# Build darwin flake using:
|
||||||
# $ darwin-rebuild build --flake .#QT-L-K0HG663WJR
|
# $ darwin-rebuild build --flake .#QT-L-K0HG663WJR
|
||||||
darwinConfigurations."QT-L-K0HG663WJR" = nix-darwin.lib.darwinSystem {
|
darwinConfigurations."QT-L-K0HG663WJR-2" = nix-darwin.lib.darwinSystem {
|
||||||
modules = [ configuration ];
|
modules = [ configuration ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Expose the package set, including overlays, for convenience.
|
# Expose the package set, including overlays, for convenience.
|
||||||
darwinPackages = self.darwinConfigurations."QT-L-K0HG663WJR".pkgs;
|
darwinPackages = self.darwinConfigurations."QT-L-K0HG663WJR-2".pkgs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue