m 1 wry: use new import layout for CAC from tv
This commit is contained in:
parent
4050b21d16
commit
699822f572
@ -8,7 +8,8 @@ let
|
|||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
# TODO: copy this config or move to krebs
|
# TODO: copy this config or move to krebs
|
||||||
../../tv/2configs/CAC-CentOS-7-64bit.nix
|
../../tv/2configs/hw/CAC.nix
|
||||||
|
../../tv/2configs/fs/CAC-CentOS-7-64bit.nix
|
||||||
../2configs/base.nix
|
../2configs/base.nix
|
||||||
../2configs/unstable-sources.nix
|
../2configs/unstable-sources.nix
|
||||||
../2configs/headless.nix
|
../2configs/headless.nix
|
||||||
@ -23,6 +24,8 @@ in {
|
|||||||
|
|
||||||
# other nginx
|
# other nginx
|
||||||
../2configs/nginx/euer.wiki.nix
|
../2configs/nginx/euer.wiki.nix
|
||||||
|
../2configs/nginx/euer.blog.nix
|
||||||
|
|
||||||
# collectd
|
# collectd
|
||||||
../2configs/collectd/collectd-base.nix
|
../2configs/collectd/collectd-base.nix
|
||||||
];
|
];
|
||||||
@ -71,5 +74,5 @@ in {
|
|||||||
nameservers = [ "8.8.8.8" ];
|
nameservers = [ "8.8.8.8" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.translate-shell ];
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
_:
|
{lib,... }:
|
||||||
{
|
{
|
||||||
sound.enable = false;
|
sound.enable = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user