machine b4l
This commit is contained in:
13
machines/b4l/configuration.nix
Normal file
13
machines/b4l/configuration.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
imports = [
|
||||
|
||||
];
|
||||
nixpkgs.hostPlatform = {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
boot.loader.grub.devices = [ "/dev/disk/by-id/changeme" ];
|
||||
fileSystems = {
|
||||
"/".device = "/dev/changeme";
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user