mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+5
-2
@@ -9,7 +9,10 @@ let
|
||||
...
|
||||
}:
|
||||
{
|
||||
xlib.device.type = "wsl";
|
||||
xlib.device = {
|
||||
type = "wsl";
|
||||
hostname = "wsl";
|
||||
};
|
||||
|
||||
imports = with inputs; [
|
||||
# Hardware
|
||||
@@ -59,7 +62,7 @@ let
|
||||
|
||||
networking = {
|
||||
firewall.enable = false;
|
||||
hostName = "${inputs.zeroq.devices.wsl.hostname}";
|
||||
hostName = "${config.xlib.device.hostname}";
|
||||
};
|
||||
|
||||
wsl = {
|
||||
|
||||
Reference in New Issue
Block a user