This website requires JavaScript.
Explore
Help
Sign In
Price
/
NixOS
Watch
1
Star
0
Fork
0
You've already forked NixOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
79ee36db2d
NixOS
/
hosts
/
luna
/
default.nix
10 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(luna): add initial luna config
2023-10-13 19:50:01 -05:00
{
config
,
lib
,
nixpkgs
,
.
.
.
}:
{
feat: add agenix for secrets management
2023-10-29 22:38:56 -05:00
feat(luna): add initial luna config
2023-10-13 19:50:01 -05:00
imports
=
[
./modules
feat(luna): initial luna configuration
2023-10-27 01:46:14 -05:00
./os
feat(luna): add initial luna config
2023-10-13 19:50:01 -05:00
]
;
system
.
stateVersion
=
"
2
3
.
1
1
"
;
}
Reference in New Issue
Copy Permalink