Compare commits

...

2 Commits

Author SHA1 Message Date
2683c03d39 Set useful less options. 2024-09-16 09:29:07 +01:00
ed33125184 Correct key file device. 2024-09-16 09:24:49 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
VISUAL = "nvim";
MOSH_SERVER_NETWORK_TMOUT = 604800;
NOMAD_ADDR = "http://nomad.service.consul:4646";
LESS = "-F -i -M -+S -R -w -X -z-4";
};
shellAliases = {

View File

@@ -10,7 +10,7 @@
diskLayout = {
mainDiskDevice = "/dev/disk/by-id/nvme-SAMSUNG_MZVLW256HEHP-000H1_S340NX0K910298";
#keyDiskDevice = "/dev/disk/by-id/usb-Intenso_Micro_Line_22080777640496-0:0";
keyDiskDevice = "/dev/sdb";
keyDiskDevice = "/dev/sda";
};
networking.hostName = "c1";