You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
185 B
Nix
11 lines
185 B
Nix
9 years ago
|
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
|
||
|
nixos-template-base/base.nix
|
||
|
];
|
||
|
|
||
|
#security.audit.enable = false;
|
||
|
}
|