This website requires JavaScript.
Explore
Help
Sign In
AtaraxiaDev
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
nixos-config
/
roles
/
workstation.nix
6 lines
82 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
add workstation role
2021-11-05 21:45:23 +03:00
{
inputs
,
.
.
.
}:
{
move modules to flake.nix and split security
2023-03-27 15:48:23 +03:00
imports
=
with
inputs
.
self
;
[
change flake-utils-plus to upstream
2023-10-13 19:43:02 +03:00
customRoles
.
desktop
add workstation role
2021-11-05 21:45:23 +03:00
]
;
}
Reference in New Issue
Copy Permalink