Rename Pinebook

This commit is contained in:
Jimbo 2024-10-27 00:54:30 -04:00
parent 7d9f4cf2cd
commit e78895916f
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
hardware.nixosModules.pine64-pinebook-pro
];
networking.hostName = "shuttleworth";
networking.hostName = "shuttle";
hardware.opengl.driSupport32Bit = lib.mkForce false;
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.17/24" ];
}