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