Configure for two machines
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, hostname, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
@@ -48,7 +48,7 @@
|
||||
"splash"
|
||||
];
|
||||
bootspec.enable = true;
|
||||
resumeDevice = "/dev/disk/by-partlabel/disk-stationette-root";
|
||||
resumeDevice = "/dev/disk/by-partlabel/disk-${hostname}-root";
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
||||
Reference in New Issue
Block a user