Compare commits
3 Commits
9b046959d0
...
05eea814ef
Author | SHA1 | Date | |
---|---|---|---|
|
05eea814ef | ||
|
e8dd1ca4d4 | ||
|
e542886345 |
@ -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} manduria.devs.giugl.io
|
${network.router-lan} router-manduria.devs.giugl.io
|
||||||
192.168.1.1 vodafone.station
|
192.168.1.1 vodafone.station
|
||||||
|
|
||||||
# Blacklist
|
# Blacklist
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, variables, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
@ -24,10 +24,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = { config = { allowUnfree = true; }; };
|
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts = {
|
||||||
fonts.fonts = with pkgs; [ cascadia-code victor-mono ];
|
fontconfig.enable = true;
|
||||||
|
fonts = with pkgs; [ cascadia-code victor-mono ];
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
file
|
file
|
||||||
|
Loading…
Reference in New Issue
Block a user