update auxin config
This commit is contained in:
parent
2c79237643
commit
b4a8708538
2 changed files with 12 additions and 4 deletions
|
@ -58,7 +58,14 @@
|
||||||
# BTRFS scrub
|
# BTRFS scrub
|
||||||
btrfs.autoScrub.enable = true;
|
btrfs.autoScrub.enable = true;
|
||||||
|
|
||||||
avahi.enable = true;
|
avahi = {
|
||||||
|
enable = true;
|
||||||
|
ipv4 = true;
|
||||||
|
ipv6 = true;
|
||||||
|
nssmdns6 = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
tuptime.enable = true;
|
tuptime.enable = true;
|
||||||
tuptime.timer.enable = true;
|
tuptime.timer.enable = true;
|
||||||
|
@ -159,6 +166,7 @@
|
||||||
delta
|
delta
|
||||||
fastfetch
|
fastfetch
|
||||||
file
|
file
|
||||||
|
fd
|
||||||
fzf
|
fzf
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718160348,
|
"lastModified": 1719848872,
|
||||||
"narHash": "sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus=",
|
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "57d6973abba7ea108bac64ae7629e7431e0199b6",
|
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue