m 1 x: disable docker for now
This commit is contained in:
parent
79a83023d5
commit
ab6a4492f2
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
# Krebs
|
# Krebs
|
||||||
#../2configs/disable_v6.nix
|
#../2configs/disable_v6.nix
|
||||||
|
../2configs/rad1o.nix
|
||||||
|
|
||||||
|
|
||||||
# applications
|
# applications
|
||||||
@ -38,19 +39,21 @@
|
|||||||
../2configs/fs/sda-crypto-root-home.nix
|
../2configs/fs/sda-crypto-root-home.nix
|
||||||
# ../2configs/mediawiki.nix
|
# ../2configs/mediawiki.nix
|
||||||
#../2configs/wordpress.nix
|
#../2configs/wordpress.nix
|
||||||
../2configs/nginx/public_html.nix
|
#../2configs/nginx/public_html.nix
|
||||||
|
../2configs/nginx/icecult.nix
|
||||||
|
|
||||||
../2configs/tinc/retiolum.nix
|
../2configs/tinc/retiolum.nix
|
||||||
# temporary modules
|
# temporary modules
|
||||||
../2configs/temp/share-samba.nix
|
../2configs/temp/share-samba.nix
|
||||||
../2configs/laptop-backup.nix
|
../2configs/laptop-backup.nix
|
||||||
# ../2configs/temp/elkstack.nix
|
../2configs/temp/elkstack.nix
|
||||||
# ../2configs/temp/sabnzbd.nix
|
# ../2configs/temp/sabnzbd.nix
|
||||||
../2configs/tinc/siem.nix
|
../2configs/tinc/siem.nix
|
||||||
#../2configs/torrent.nix
|
#../2configs/torrent.nix
|
||||||
];
|
];
|
||||||
makefu.full-populate = true;
|
makefu.full-populate = true;
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
krebs.nginx = {
|
krebs.nginx = {
|
||||||
default404 = false;
|
default404 = false;
|
||||||
servers.default.listen = [ "80 default_server" ];
|
servers.default.listen = [ "80 default_server" ];
|
||||||
@ -59,7 +62,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
|
environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
# virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# configure pulseAudio to provide a HDMI sink as well
|
# configure pulseAudio to provide a HDMI sink as well
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user