mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: tmpfiles.d helper function
This commit is contained in:
@@ -5,6 +5,8 @@ rec {
|
||||
};
|
||||
nixpkgs-unstable = import nixpkgs-src { config.allowUnfree = true; };
|
||||
|
||||
tmpfilesConfig = {type, path, mode ? "-", user ? "-", group ? "-", age ? "-", argument ? "-"}: "${type} '${path}' ${mode} ${user} ${group} ${age} ${argument}";
|
||||
|
||||
sshPort = 22022;
|
||||
|
||||
colours = import ./colours/mac-os.nix;
|
||||
|
||||
Reference in New Issue
Block a user