mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +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
|
||||
helix
|
||||
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 = {
|
||||
mutableUsers = false;
|
||||
|
@ -88,6 +98,6 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
stateVersion = 23.05; # Do NOT change.
|
||||
stateVersion = "23.05"; # Do NOT change.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue