add fwhost2
This commit is contained in:
parent
acc37c64f9
commit
f88c89d28b
8 changed files with 237 additions and 0 deletions
13
nix/os/devices/fwhost2/configuration.nix
Normal file
13
nix/os/devices/fwhost2/configuration.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../profiles/common/configuration.nix
|
||||
../../modules/opinionatedDisk.nix
|
||||
|
||||
./system.nix
|
||||
./hw.nix
|
||||
./pkg.nix
|
||||
./user.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue