mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
idk
Signed-off-by: Alex S <stan.alexandru@ichb.ro>
This commit is contained in:
parent
f7e438d169
commit
bab16aba6c
1 changed files with 12 additions and 2 deletions
|
@ -42,9 +42,19 @@
|
||||||
vim
|
vim
|
||||||
helix
|
helix
|
||||||
docker
|
docker
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services = {
|
||||||
|
openssh.enable = true;
|
||||||
|
adguardhome = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
bind_host = "192.168.1.221";
|
||||||
|
bootstrap_dns = "8.8.8.8, 8.8.4.4";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
@ -88,6 +98,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
stateVersion = 23.05; # Do NOT change.
|
stateVersion = "23.05"; # Do NOT change.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue