cranberry: Added
This commit is contained in:
parent
c31f1ba8dd
commit
10b48b22e1
4 changed files with 53 additions and 0 deletions
12
cranberry/default.nix
Normal file
12
cranberry/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = {
|
||||
disko.devices.disk."${config.networking.hostName}".device = "/dev/disk/by-id/nvme-UMIS_RPJTJ128MEE1MWX_SS0L25188X3RC12121TP";
|
||||
networking.hostName = "cranberry";
|
||||
};
|
||||
imports = [
|
||||
../common/disko/single_uefi_btrfs.nix
|
||||
./hardware.nix
|
||||
./features.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue