mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-06 12:41:07 +01:00
hostconfig: Rename from 'laptop' to 'gandalf'
This commit is contained in:
parent
6698d9250f
commit
6689ccfc3d
6 changed files with 3 additions and 3 deletions
|
|
@ -56,6 +56,6 @@
|
|||
./ZeNixComputa
|
||||
./minus
|
||||
./thinkpad-nixos
|
||||
./laptop
|
||||
./gandalf
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ self, makeMachine, ... }:
|
||||
{
|
||||
flake.nixosConfigurations.laptop = makeMachine {
|
||||
flake.nixosConfigurations.gandalf = makeMachine {
|
||||
system = "x86_64-linux";
|
||||
user = "traxys";
|
||||
nixosModules = with self.nixosModules; [
|
||||
|
|
@ -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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue