Fixing some bugs

This commit is contained in:
Lyes Saadi 2024-05-04 22:12:13 +02:00
parent c06849e70f
commit a013933c1a
No known key found for this signature in database
GPG key ID: 17418538BAA17767
5 changed files with 90 additions and 7 deletions

View file

@ -3,7 +3,6 @@
{
imports =
[
./hardware-configuration.nix
./packages.nix
./system.nix
./networking.nix

View file

@ -2,7 +2,6 @@
{
# Networking
networking.hostName = "lyes-nix";
networking.networkmanager.enable = true;
networking.nameservers = [
@ -44,4 +43,4 @@
# port = 8998;
# extraArgs = [ "--password pouicbarilstepson123cassoulet" ];
#};
}
}