From 960d08b3e6ea8b029ebf9cd5f8c87d9e94f10ea5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 18 Oct 2024 12:43:52 -0400 Subject: [PATCH] drop global environment configuration for less This is being handled per-user now. --- deploy-initial | 2 +- environment | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 environment diff --git a/deploy-initial b/deploy-initial index b4eddf7..22a04aa 100755 --- a/deploy-initial +++ b/deploy-initial @@ -34,7 +34,7 @@ ssh $remote "echo $hostname >/mnt/etc/hostname" rsync -cpv --chmod=644 systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.link rsync -cpv --chmod=644 systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network -rsync -cpv --chmod=644 crypttab environment fstab locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/ +rsync -cpv --chmod=644 crypttab fstab locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/ rsync -cv unbound.conf $remote:/mnt/etc/unbound/unbound.conf diff --git a/environment b/environment deleted file mode 100644 index 559f9aa..0000000 --- a/environment +++ /dev/null @@ -1 +0,0 @@ -LESSHISTFILE=-