mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02: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;
|
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