This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d4f1a61085
nixos-config
/
machines
/
nixos-vm
/
configuration.nix
6 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: impure flake setup
2022-06-17 15:00:08 +00:00
{
config
,
lib
,
pkgs
,
inputs
,
.
.
.
}:
initial system config
2022-06-17 14:13:13 +00:00
{
refactor: extract common configuration
2022-06-18 14:46:22 +00:00
networking
.
hostName
=
"
n
i
x
o
s
-
v
m
"
;
initial system config
2022-06-17 14:13:13 +00:00
}