Archived
1
0
forked from rarias/bscpkgs

Move disk selection to configuration.nix

This commit is contained in:
2023-04-18 18:28:37 +02:00
committed by Rodrigo Arias Mallo
parent f43d549294
commit b60e821eaa
2 changed files with 3 additions and 3 deletions

View File

@@ -19,6 +19,9 @@
<agenix/modules/age.nix>
];
# Select the this using the ID to avoid mismatches
boot.loader.grub.device = "/dev/disk/by-id/ata-INTEL_SSDSC2BB240G7_PHDV6462004Y240AGN";
systemd.services."serial-getty@ttyS0" = {
enable = true;
wantedBy = [ "getty.target" ];