add network module

This commit is contained in:
2024-12-29 14:19:24 +01:00
parent 15de1e42e9
commit 7f2def19e8
3 changed files with 28 additions and 6 deletions

View File

@ -18,10 +18,9 @@
desktop = true;
gpu.amd.enable = true;
laptop = true;
network.hostName = "MaxNixosLaptop";
};
networking.hostName = "MaxNixosLaptop"; # Define your hostname.
# Define a user account. Don't forget to set a password with passwd.
users.users.max = {
isNormalUser = true;
@ -30,8 +29,6 @@
shell = pkgs.zsh;
};
networking.firewall.enable = false;
home-manager = {
extraSpecialArgs = {inherit inputs;};
users = {