hostconfig: Rename from 'laptop' to 'gandalf'

This commit is contained in:
Quentin Boyer 2024-07-24 20:17:12 +02:00
parent 6698d9250f
commit 6689ccfc3d
6 changed files with 3 additions and 3 deletions

View file

@ -56,6 +56,6 @@
./ZeNixComputa
./minus
./thinkpad-nixos
./laptop
./gandalf
];
}

View file

@ -1,6 +1,6 @@
{ self, makeMachine, ... }:
{
flake.nixosConfigurations.laptop = makeMachine {
flake.nixosConfigurations.gandalf = makeMachine {
system = "x86_64-linux";
user = "traxys";
nixosModules = with self.nixosModules; [

View file

@ -3,7 +3,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "amd_pstate=active" ];
networking.hostName = "laptop";
networking.hostName = "gandalf";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Paris";