Merge branch 'main' of github.com:JulienMalka/nix-config

This commit is contained in:
Julien Malka 2021-12-27 11:47:05 +01:00
commit c2182ecb25
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
4 changed files with 3 additions and 4 deletions

View file

@ -136,6 +136,7 @@ trigger:
event:
- pull_request
- cron
- push
@ -191,5 +192,6 @@ trigger:
- main
event:
- cron
- push

View file

@ -25,6 +25,7 @@
luj.programs.mosh.enable = true;
programs.gnupg.agent.enable = true;
networking.firewall.enable = true;
environment.systemPackages = with pkgs; [
wget
rxvt_unicode

View file

@ -12,7 +12,6 @@
networking.hostName = "macintosh";
networking.networkmanager.enable = true;
networking.firewall.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;

View file

@ -16,13 +16,10 @@ in
zfs-mails.enable = true;
};
programs.gnupg.agent.enable = true;
networking.hostName = hostName;
networking.hostId = "f7cdfbc9";
networking.interfaces.enp2s0f0.useDHCP = true;
networking.interfaces.enp2s0f1.useDHCP = true;
networking.firewall.enable = true;
services.zfs.autoSnapshot.enable = true;
services.zfs.autoScrub.enable = true;