Rename pedro->cj
This commit is contained in:
parent
bc9084f16f
commit
4dbbe55f84
@ -65,10 +65,10 @@
|
||||
./machines/buck/configuration.nix
|
||||
];
|
||||
# ThinkCentre M700 mini-pc (server)
|
||||
pedro = mkNixosSystem [
|
||||
cj = mkNixosSystem [
|
||||
nixos-hardware.nixosModules.common-pc-hdd
|
||||
nixos-hardware.nixosModules.common-cpu-intel-cpu-only
|
||||
./machines/pedro/configuration.nix
|
||||
./machines/cj/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@ -273,7 +273,7 @@
|
||||
password_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/password";
|
||||
backend = "pulseaudio";
|
||||
device = "pipewire";
|
||||
device_name = "pedro";
|
||||
device_name = "buck";
|
||||
device_type = "computer";
|
||||
};
|
||||
};
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
networking = {
|
||||
hostName = "pedro"; # Define your hostname.
|
||||
hostName = "cj"; # Define your hostname.
|
||||
# networking.hostId is required for ZFS
|
||||
hostId = "d9aef7b3";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user