Compare commits

..

No commits in common. "05eea814efa3839b03cf9e72a1481b2258d426de" and "9b046959d09604a30a106c05a7bbbf1c0a902440" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View File

@ -103,7 +103,7 @@ in
${network.dvr-lan} dvr.devs.giugl.io ${network.dvr-lan} dvr.devs.giugl.io
${network.nas-lan} nas.devs.giugl.io ${network.nas-lan} nas.devs.giugl.io
${network.router-lan} router-manduria.devs.giugl.io ${network.router-lan} manduria.devs.giugl.io
192.168.1.1 vodafone.station 192.168.1.1 vodafone.station
# Blacklist # Blacklist

View File

@ -1,5 +1,3 @@
{ ... }:
{ {
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, variables, lib, ... }:
{ {
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
@ -24,11 +24,10 @@
}; };
}; };
nixpkgs = { config = { allowUnfree = true; }; };
fonts = { fonts.fontconfig.enable = true;
fontconfig.enable = true; fonts.fonts = with pkgs; [ cascadia-code victor-mono ];
fonts = with pkgs; [ cascadia-code victor-mono ];
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file file