variable_names
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# define smb shares
|
||||
let
|
||||
smbShares = {
|
||||
smb_shares = {
|
||||
vault = {
|
||||
path = "/holocron/vault";
|
||||
browseable = true;
|
||||
@@ -26,7 +26,7 @@ in
|
||||
# enable smb with all shares
|
||||
services.samba = {
|
||||
enable = true;
|
||||
settings = smbShares;
|
||||
settings = smb_shares;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user