mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
What is not working ?
This commit is contained in:
parent
63595546a3
commit
845a322f36
3 changed files with 1 additions and 4 deletions
1
base.nix
1
base.nix
|
@ -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
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
networking.hostName = "macintosh";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue