mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
agdsn and networking updates
This commit is contained in:
parent
5148ff5953
commit
45628bdbc3
22 changed files with 86 additions and 476 deletions
|
@ -158,6 +158,10 @@
|
|||
devmon.enable = true; # automount stuff
|
||||
printing = {
|
||||
enable = true;
|
||||
browsedConf = ''
|
||||
BrowsePoll cups.agdsn.network
|
||||
LocalQueueNamingRemoteCUPS RemoteName
|
||||
'';
|
||||
};
|
||||
avahi = {
|
||||
# autodiscover printers
|
||||
|
@ -226,9 +230,7 @@
|
|||
unzip
|
||||
pciutils
|
||||
lm_sensors
|
||||
|
||||
sbctl
|
||||
|
||||
deploy-rs
|
||||
man-pages
|
||||
];
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
dnssec = "allow-downgrade";
|
||||
};
|
||||
networking = {
|
||||
nftables.enable = true;
|
||||
useNetworkd = true;
|
||||
hostName = "thinkpad";
|
||||
hostId = "d8d34032";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue