few more renames for bolty

This commit is contained in:
Cyryl Płotnicki 2021-10-01 10:22:46 +01:00
parent 6d501f2fce
commit 2104ea1c6a
4 changed files with 8 additions and 8 deletions

View file

@ -5,10 +5,10 @@ in
{
services = {
restic.backups.home-to-brix = {
passwordFile = "/etc/nixos/secrets/restic-password-brix";
restic.backups.home-to-bolty = {
passwordFile = "/etc/nixos/secrets/restic-password-bolty";
paths = [ "/home" ];
repository = "rest:http://brix:8000/";
repository = "rest:http://bolty:8000/";
timerConfig = { OnCalendar = "hourly"; };
extraBackupArgs = extraArgs;
};

View file

@ -21,7 +21,7 @@
];
hardware.printers.ensurePrinters = [{
description = "Epson XP-540";
location = "connected to brix";
location = "connected to bolty";
name = "epson_xp540";
deviceUri = "usb://EPSON/XP-540%20Series?serial=583245393030303936&interface=1";
model = "raw";

View file

@ -37,9 +37,9 @@
hardware.printers.ensurePrinters = [
{
description = "Epson XP-540 via brix";
name = "epson_xp540_via_brix";
deviceUri = "ipp://brix:631/printers/epson_xp540";
description = "Epson XP-540 via bolty";
name = "epson_xp540_via_bolty";
deviceUri = "ipp://bolty:631/printers/epson_xp540";
model = "epson-inkjet-printer-escpr/Epson-XP-540_Series-epson-escpr-en.ppd";
ppdOptions = { PageSize = "A4"; Duplex = "DuplexNoTumble"; };
}

View file

@ -6,7 +6,7 @@
nix.buildMachines = [
{
hostName = "brix";
hostName = "bolty";
sshUser = "nix-builder";
sshKey = "/home/cyryl/.ssh/id_ed25519";
system = "x86_64-linux";