Fixing some bugs
This commit is contained in:
parent
c06849e70f
commit
a013933c1a
5 changed files with 90 additions and 7 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
./packages.nix
|
||||
./system.nix
|
||||
./networking.nix
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
# Networking
|
||||
networking.hostName = "lyes-nix";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.nameservers = [
|
||||
|
|
@ -44,4 +43,4 @@
|
|||
# port = 8998;
|
||||
# extraArgs = [ "--password pouicbarilstepson123cassoulet" ];
|
||||
#};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue