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