feat: created variable-based nix configuration
Added variables.nix Added Syncthing service definition
This commit is contained in:
parent
8fecc5f592
commit
0770a70d0b
4 changed files with 21 additions and 13 deletions
|
@ -1,8 +1,6 @@
|
|||
{pkgs, lib, ...}:
|
||||
let
|
||||
myUserName = "";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
user = ""
|
||||
user = "${config.myUserName}";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue