feat(stallo): Add local configuration for stallo
This commit is contained in:
parent
c4c0345d3f
commit
21660c6bb6
1 changed files with 14 additions and 0 deletions
14
stallo-configuration.nix
Normal file
14
stallo-configuration.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Local configuration for 'stallo' (Home desktop PC)
|
||||
{ config, ...}:
|
||||
|
||||
{
|
||||
networking.hostName = "stallo";
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.networks = {
|
||||
"How do I computer fast?" = {
|
||||
# Welcome to roast club!
|
||||
psk = "washyourface";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue