ma cake.r: now perform the important tasks of omo
This commit is contained in:
parent
6788519e4b
commit
6e82401de7
|
@ -1,9 +1,16 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
let
|
||||||
|
primaryInterface = "eth0";
|
||||||
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
<stockholm/makefu>
|
<stockholm/makefu>
|
||||||
./hardware-config.nix
|
./hardware-config.nix
|
||||||
<stockholm/makefu/2configs/tools/core.nix>
|
# <stockholm/makefu/2configs/tools/core.nix>
|
||||||
|
{ environment.systemPackages = with pkgs;[ rsync screen curl git ];}
|
||||||
|
<stockholm/makefu/2configs/binary-cache/nixos.nix>
|
||||||
|
#<stockholm/makefu/2configs/support-nixos.nix>
|
||||||
|
<stockholm/makefu/2configs/homeautomation/default.nix>
|
||||||
|
<stockholm/makefu/2configs/homeautomation/google-muell.nix>
|
||||||
# configure your hw:
|
# configure your hw:
|
||||||
# <stockholm/makefu/2configs/save-diskspace.nix>
|
# <stockholm/makefu/2configs/save-diskspace.nix>
|
||||||
];
|
];
|
||||||
|
@ -12,7 +19,7 @@
|
||||||
tinc.retiolum.enable = true;
|
tinc.retiolum.enable = true;
|
||||||
build.host = config.krebs.hosts.cake;
|
build.host = config.krebs.hosts.cake;
|
||||||
};
|
};
|
||||||
|
networking.firewall.trustedInterfaces = [ primaryInterface ];
|
||||||
documentation.info.enable = false;
|
documentation.info.enable = false;
|
||||||
documentation.man.enable = false;
|
documentation.man.enable = false;
|
||||||
services.nixosManual.enable = false;
|
services.nixosManual.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue