more updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-13 16:22:27 -06:00
parent d08b8f6f72
commit 4a9a8c8843
3 changed files with 14 additions and 9 deletions

16
hosts/i001/flake.lock generated
View file

@ -3,11 +3,11 @@
"common": { "common": {
"locked": { "locked": {
"dir": "flakes/common", "dir": "flakes/common",
"lastModified": 1765659968, "lastModified": 1765663391,
"narHash": "sha256-5/qgjgTwTkaIZIoIrlfzf6VcED99f8oyleodbxI2UGM=", "narHash": "sha256-qQAJr60fHl82EOroaazNh94Jy54Hz8Q6a52aZ+gcA5w=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f6d01063b2192fcf4f4b4b1b03bbeeeb084beb4a", "rev": "d08b8f6f7218844096edb7f31e56d280c338721d",
"revCount": 884, "revCount": 889,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },
@ -23,11 +23,11 @@
}, },
"locked": { "locked": {
"dir": "flakes/de_plasma", "dir": "flakes/de_plasma",
"lastModified": 1765663367, "lastModified": 1765663391,
"narHash": "sha256-JICeLQ1od4dnHfA0cH5d4A6Je3Qso9aQ4gHhHKMTcjc=", "narHash": "sha256-qQAJr60fHl82EOroaazNh94Jy54Hz8Q6a52aZ+gcA5w=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "dc89a7bbe37b3b14cdd8cf8d78fcb0c2c9395ead", "rev": "d08b8f6f7218844096edb7f31e56d280c338721d",
"revCount": 888, "revCount": 889,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },

View file

@ -121,8 +121,12 @@
"networkmanager" "networkmanager"
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH2KFSRkViT+asBTjCgA7LNP3SHnfNCW+jHbV08VUuIi nix2nix"
]; ];
}; };
root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH2KFSRkViT+asBTjCgA7LNP3SHnfNCW+jHbV08VUuIi nix2nix"
];
}; };
# Specifics for this machine # Specifics for this machine

View file

@ -74,8 +74,9 @@ in
copy_bin_and_libs ${pkgs.bcachefs-tools}/bin/bcachefs copy_bin_and_libs ${pkgs.bcachefs-tools}/bin/bcachefs
''; '';
# Method 1, prompt user for password on boot
boot.initrd.preDeviceCommands = '' boot.initrd.preDeviceCommands = ''
${pkgs.bcachefs-tools}/bin/bcachefs unlock /dev/disk/by-uuid/XXXX ${pkgs.bcachefs-tools}/bin/bcachefs unlock ${PRIMARY}
''; '';
# # Run unlock before devices are scanned/mounted # # Run unlock before devices are scanned/mounted