mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
Merge branch 'main' of github.com:JulienMalka/nix-config
This commit is contained in:
commit
c2182ecb25
4 changed files with 3 additions and 4 deletions
|
@ -136,6 +136,7 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
- cron
|
- cron
|
||||||
|
- push
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -191,5 +192,6 @@ trigger:
|
||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
- push
|
||||||
|
|
||||||
|
|
||||||
|
|
1
base.nix
1
base.nix
|
@ -25,6 +25,7 @@
|
||||||
luj.programs.mosh.enable = true;
|
luj.programs.mosh.enable = true;
|
||||||
programs.gnupg.agent.enable = true;
|
programs.gnupg.agent.enable = true;
|
||||||
|
|
||||||
|
networking.firewall.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
rxvt_unicode
|
rxvt_unicode
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
networking.hostName = "macintosh";
|
networking.hostName = "macintosh";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.firewall.enable = true;
|
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
|
|
|
@ -16,13 +16,10 @@ in
|
||||||
zfs-mails.enable = true;
|
zfs-mails.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent.enable = true;
|
|
||||||
|
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
networking.hostId = "f7cdfbc9";
|
networking.hostId = "f7cdfbc9";
|
||||||
networking.interfaces.enp2s0f0.useDHCP = true;
|
networking.interfaces.enp2s0f0.useDHCP = true;
|
||||||
networking.interfaces.enp2s0f1.useDHCP = true;
|
networking.interfaces.enp2s0f1.useDHCP = true;
|
||||||
networking.firewall.enable = true;
|
|
||||||
|
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue