Changed hostname
This commit is contained in:
parent
db6496405c
commit
935b05fdf7
|
@ -15,7 +15,7 @@
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
nixos-ytd = lib.nixosSystem {
|
moonk4-l = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./sys/configuration.nix ];
|
modules = [ ./sys/configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue