Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
8cb8de31d0
@ -110,8 +110,12 @@ let
|
|||||||
hostsArchive = mkOption {
|
hostsArchive = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.runCommand "retiolum-hosts.tar.bz2" {} ''
|
default = pkgs.runCommand "retiolum-hosts.tar.bz2" {} ''
|
||||||
${pkgs.coreutils}/bin/ln -s ${tinc.config.hostsPackage} hosts
|
cp \
|
||||||
${pkgs.gnutar}/bin/tar -hcjf $out hosts
|
--no-preserve=mode \
|
||||||
|
--recursive \
|
||||||
|
${tinc.config.hostsPackage} \
|
||||||
|
hosts
|
||||||
|
${pkgs.gnutar}/bin/tar -cjf $out hosts
|
||||||
'';
|
'';
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
};
|
};
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
./charybdis
|
./charybdis
|
||||||
./dnsmasq.nix
|
./dnsmasq.nix
|
||||||
./ejabberd
|
./ejabberd
|
||||||
|
./focus.nix
|
||||||
./hosts.nix
|
./hosts.nix
|
||||||
./iptables.nix
|
./iptables.nix
|
||||||
./slock.nix
|
./slock.nix
|
||||||
|
4
tv/3modules/focus.nix
Normal file
4
tv/3modules/focus.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
with import <stockholm/lib>;
|
||||||
|
{
|
||||||
|
options.tv.focus.enable = mkEnableOption "tv.focus";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user