Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
afb87fba8b1e2441d1e0e16d04d0783ce19aa715
/
.
/
modules
/
networking.nix
blob: 28ba47f26335d077e8713ee71542f5253acf5948 [
file
] [
log
] [
blame
]
{
config
=
{
networking
.
hostName
=
"python"
;
networking
.
wireless
.
iwd
.
enable
=
true
;
networking
.
wireless
.
iwd
.
settings
=
{
Settings
=
{
AutoConnect
=
true
;
AlwaysRandomizeAddress
=
true
;
};
};
networking
.
search
=
[
"python.local"
];
};
}