diff options
Diffstat (limited to 'modules/hosts/T495')
-rw-r--r-- | modules/hosts/T495/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hosts/T495/configuration.nix b/modules/hosts/T495/configuration.nix index 8e10260..fdd2930 100644 --- a/modules/hosts/T495/configuration.nix +++ b/modules/hosts/T495/configuration.nix @@ -26,5 +26,12 @@ # Enable network drives fs.networkFS.enable = true; + networking.hosts = { + "192.168.77.3" = [ "devel" ]; + }; + + # Use amdgpu driver for x11 + services.xserver.videoDrivers = [ "amdgpu" ]; + system.stateVersion = "24.05"; } |