Skip to content

Commit

Permalink
Move networking to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 14, 2024
1 parent 2a9ff05 commit 58b5c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
5 changes: 3 additions & 2 deletions nixos/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
imports = [
./desktop
./display
./environment
./network
./services

./network.nix
# ./systemd.nix
./pr.nix
./dm

./boot.nix
./locale.nix
Expand Down
23 changes: 0 additions & 23 deletions nixos/network.nix

This file was deleted.

2 changes: 1 addition & 1 deletion nixos/network/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
imports = [
./dns.nix
# ./dns.nix
];
#networking.hostName = "nixos"; # Define your hostname.
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
Expand Down

0 comments on commit 58b5c2b

Please sign in to comment.