WIP nix/os/devices: add NUC for work
This commit is contained in:
parent
6bea703f6d
commit
e515d26fbf
4 changed files with 71 additions and 0 deletions
11
nix/os/devices/steveej-nuc7pjyh-work/configuration.nix
Normal file
11
nix/os/devices/steveej-nuc7pjyh-work/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../profiles/common/configuration.nix
|
||||
../../profiles/graphical/configuration.nix
|
||||
|
||||
./system.nix
|
||||
./hw.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue