Add workstation-specific settings

This commit is contained in:
ItsDrike 2024-04-13 20:10:01 +02:00
parent fca6296841
commit 27b0d375f2
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
18 changed files with 258 additions and 9 deletions

5
system/roles/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./workstation
];
}