daemon w/ tests PoC
This commit is contained in:
parent
68fc04a6d2
commit
7f4a5a35ca
13 changed files with 498 additions and 81 deletions
|
|
@ -44,11 +44,29 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Setup XDG base directories for me.
|
||||
security.pam.services.login = {
|
||||
rules.session.xdg = {
|
||||
enable = true;
|
||||
control = "optional";
|
||||
modulePath = "${pkgs.pam_xdg}/lib/security/pam_xdg.so";
|
||||
args = [ ];
|
||||
order = 10500;
|
||||
};
|
||||
};
|
||||
|
||||
environment.pathsToLink = [ "/share" ];
|
||||
environment.extraOutputsToInstall = [ "modules" ];
|
||||
environment.variables = {
|
||||
"NIXOS_CONFIG" = "/etc/nixos/configuration.nix";
|
||||
};
|
||||
environment.sessionVariables = {
|
||||
"NIXOS_CONFIG" = "/etc/nixos/configuration.nix";
|
||||
};
|
||||
|
||||
#systemd.services.dynix-daemon = {
|
||||
#
|
||||
#};
|
||||
|
||||
environment.shellAliases = {
|
||||
ls = "eza --long --header --group --group-directories-first --classify --binary";
|
||||
|
|
@ -58,5 +76,7 @@ in
|
|||
eza
|
||||
fd
|
||||
ripgrep
|
||||
netcat.nc
|
||||
socat
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue