nix/os/devices: add steveej-rmvbl-sduusb3128g
This commit is contained in:
parent
aa73c7f6e6
commit
4b8a5ee804
3 changed files with 26 additions and 0 deletions
12
nix/os/devices/steveej-rmvbl-sduusb3128g/configuration.nix
Normal file
12
nix/os/devices/steveej-rmvbl-sduusb3128g/configuration.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../profiles/common/configuration.nix
|
||||
../../profiles/graphical/configuration.nix
|
||||
../../profiles/removable-medium/configuration.nix
|
||||
|
||||
./system.nix
|
||||
./hw.nix
|
||||
];
|
||||
}
|
9
nix/os/devices/steveej-rmvbl-sduusb3128g/hw.nix
Normal file
9
nix/os/devices/steveej-rmvbl-sduusb3128g/hw.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# TASK: new device
|
||||
hardware.encryptedDisk = {
|
||||
enable = true;
|
||||
diskId = "usb-SanDisk_Ultra_USB_3.0_4C530001280509108321-0:0";
|
||||
};
|
||||
}
|
5
nix/os/devices/steveej-rmvbl-sduusb3128g/system.nix
Normal file
5
nix/os/devices/steveej-rmvbl-sduusb3128g/system.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "steveej-rmvbl-sduusb3128g"; # Define your hostname.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue