diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
| commit | 007a160616ff033f3cafee058a8afc28629664c9 (patch) | |
| tree | 44c706bef4e709d576b03da1bb4547df10dfef63 /machines/x/configuration.nix | |
| parent | f7be27cccc42f3491f978171a557d3c8db8fe82a (diff) | |
update
Diffstat (limited to 'machines/x/configuration.nix')
| -rw-r--r-- | machines/x/configuration.nix | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index aa77704..21ca26a 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -7,8 +7,8 @@    ] ++ (map (path: ../../modules/${path}) [      "global.nix"      "compromyse.nix" -    "plasma.nix"      "login.nix" +    "wm.nix"      "fonts.nix"      "bluetooth.nix"      "audio.nix" @@ -35,4 +35,9 @@    home-manager.users.compromyse = import ./home.nix;    programs.steam.enable = true; + +  networking.extraHosts = +  '' +    127.0.0.1 download.labsmartlis.local +  '';  } | 
