Compare commits
2 Commits
fix/mu4e-e
...
bead/nixos
| Author | SHA1 | Date | |
|---|---|---|---|
| 58d7493c1b | |||
| 009b84656f |
@@ -211,16 +211,11 @@
|
|||||||
mu4e-headers-time-format "%H:%M")
|
mu4e-headers-time-format "%H:%M")
|
||||||
|
|
||||||
;; Sending mail via msmtp
|
;; Sending mail via msmtp
|
||||||
;; NOTE: message-sendmail-f-is-evil and --read-envelope-from are required
|
(setq message-send-mail-function 'message-send-mail-with-sendmail
|
||||||
;; to prevent msmtp from stripping the email body when processing headers.
|
sendmail-program (executable-find "msmtp")
|
||||||
;; Without these, multipart messages (especially from org-msg) may arrive
|
message-sendmail-envelope-from 'header
|
||||||
;; with empty bodies.
|
mail-envelope-from 'header
|
||||||
(setq sendmail-program (executable-find "msmtp")
|
mail-specify-envelope-from t))
|
||||||
send-mail-function #'message-send-mail-with-sendmail
|
|
||||||
message-send-mail-function #'message-send-mail-with-sendmail
|
|
||||||
message-sendmail-f-is-evil t
|
|
||||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
|
||||||
message-sendmail-envelope-from 'header))
|
|
||||||
|
|
||||||
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
||||||
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
||||||
|
|||||||
@@ -170,6 +170,7 @@ This document outlines the plan to migrate the john-endesktop server from Arch L
|
|||||||
```bash
|
```bash
|
||||||
blkid /dev/nvme0n1p5
|
blkid /dev/nvme0n1p5
|
||||||
# Note the UUID for updating hardware-configuration.nix
|
# Note the UUID for updating hardware-configuration.nix
|
||||||
|
/dev/nvme0n1p5: LABEL="nixos" UUID="5f4ad025-bfab-4aed-a933-6638348059e5" UUID_SUB="4734d820-7b8a-4b7f-853a-026021c1d204" BLOCK_SIZE="4096" TYPE="btrfs" PARTLABEL="data" PARTUUID="9ea025df-cdb7-48fd-b5d4-37cd5d8588eb"
|
||||||
```
|
```
|
||||||
|
|
||||||
8. **Copy your NixOS configuration to the server**
|
8. **Copy your NixOS configuration to the server**
|
||||||
@@ -388,11 +389,11 @@ After successful migration and 24-48 hours of stable operation:
|
|||||||
|
|
||||||
Pre-migration:
|
Pre-migration:
|
||||||
- [x] nvme0n1p5 removal from media pool complete
|
- [x] nvme0n1p5 removal from media pool complete
|
||||||
- [ ] Recent backup verified (< 24 hours)
|
- [x] Recent backup verified (< 24 hours)
|
||||||
- [ ] Maintenance window scheduled
|
- [x] Maintenance window scheduled
|
||||||
- [ ] NixOS ISO downloaded
|
- [x] NixOS ISO downloaded
|
||||||
- [ ] Bootable USB created
|
- [x] Bootable USB created
|
||||||
- [ ] NixOS config builds successfully
|
- [x] NixOS config builds successfully
|
||||||
|
|
||||||
During migration:
|
During migration:
|
||||||
- [ ] ZFS pools exported
|
- [ ] ZFS pools exported
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ buildGoModule rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zjrosen";
|
owner = "zjrosen";
|
||||||
repo = "perles";
|
repo = "perles";
|
||||||
rev = "main";
|
rev = "64eba96c0a9b663ef3a206c8f07b71ab34f46df4";
|
||||||
hash = "sha256-JgRayb4+mJ1r0AtdnQfqAw2+QRte+licsfZOaRgYqcs=";
|
hash = "sha256-JgRayb4+mJ1r0AtdnQfqAw2+QRte+licsfZOaRgYqcs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user