change confguration name to pc
This commit is contained in:
parent
e7ef2ba9c5
commit
e050f3601d
@ -51,6 +51,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.hostName = "pc";
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
outputs = { nixpkgs, disko, ... }:
|
outputs = { nixpkgs, disko, ... }:
|
||||||
{
|
{
|
||||||
nixosConfigurations.hardpc = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.pc = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user