mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates and virtualization enhancements
This commit is contained in:
parent
614bf653df
commit
70a6695ca1
4 changed files with 28 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [ ./uni.nix ];
|
||||
|
||||
|
@ -16,6 +16,14 @@
|
|||
};
|
||||
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
mtr
|
||||
whois
|
||||
inetutils
|
||||
openssl
|
||||
wget
|
||||
dnsutils
|
||||
];
|
||||
services.lldpd.enable = true;
|
||||
services.resolved = {
|
||||
fallbackDns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue