This website requires JavaScript.
My Profile
Explore
Sign In
toki
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Activity
b3ab35d719
nixos-config
/
laptop
/
config
/
default.nix
9 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
Add laptop config
2022-01-06 22:16:45 -05:00
{
.
.
.
}:
Fix hostnames
2022-01-06 22:17:01 -05:00
{
Add laptop hardware config
2022-01-15 14:55:25 -05:00
imports
=
[
./hardware-configuration.nix
]
;
Fix hostnames
2022-01-06 22:17:01 -05:00
networking
.
hostName
=
"
k
i
a
n
a
-
l
a
p
t
o
p
"
;
}
Reference in a new issue
Copy permalink