Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
0fa154f3289633afd11f8278f0e8e010ea3fa446
/
.
/
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"
];
};
}