Compare commits
No commits in common. "05eea814efa3839b03cf9e72a1481b2258d426de" and "9b046959d09604a30a106c05a7bbbf1c0a902440" have entirely different histories.
05eea814ef
...
9b046959d0
@ -103,7 +103,7 @@ in
|
||||
|
||||
${network.dvr-lan} dvr.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
|
||||
|
||||
# Blacklist
|
||||
|
@ -1,5 +1,3 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, variables, lib, ... }:
|
||||
|
||||
{
|
||||
boot.tmpOnTmpfs = true;
|
||||
@ -24,11 +24,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs = { config = { allowUnfree = true; }; };
|
||||
|
||||
fonts = {
|
||||
fontconfig.enable = true;
|
||||
fonts = with pkgs; [ cascadia-code victor-mono ];
|
||||
};
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.fonts = with pkgs; [ cascadia-code victor-mono ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
file
|
||||
|
Loading…
Reference in New Issue
Block a user