m 2 headless: init

This commit is contained in:
makefu 2015-10-28 15:05:15 +01:00
parent 20ad774681
commit bd09f98391
3 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,7 @@
../2configs/base.nix
../2configs/base-sources.nix
../2configs/tinc-basic-retiolum.nix
../2configs/headless.nix
# HW/FS
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>

View File

@ -11,6 +11,7 @@ in {
../../tv/2configs/CAC-CentOS-7-64bit.nix
../2configs/base.nix
../2configs/unstable-sources.nix
../2configs/headless.nix
../2configs/tinc-basic-retiolum.nix
../2configs/bepasty-dual.nix
@ -67,6 +68,4 @@ in {
};
# based on ../../tv/2configs/CAC-Developer-2.nix
sound.enable = false;
}

View File

@ -0,0 +1,4 @@
_:
{
sound.enable = false;
}