mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
~ google-drive oneshot; catullus: + htop
This commit is contained in:
4
main.nix
4
main.nix
@@ -54,8 +54,8 @@ in {
|
|||||||
'';
|
'';
|
||||||
startAt = "*:0/5";
|
startAt = "*:0/5";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Restart = "on-failure";
|
Type = "oneshot";
|
||||||
User = "kfm";
|
User = config.users.users.kfm.name;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.TERM = "linux";
|
environment.variables.TERM = "linux";
|
||||||
|
environment.variables.HTOPRC = toString <htoprc>;
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
documentation.doc.enable = false;
|
documentation.doc.enable = false;
|
||||||
@@ -35,6 +36,7 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
|
htop
|
||||||
];
|
];
|
||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ let
|
|||||||
};
|
};
|
||||||
system.file = toString path;
|
system.file = toString path;
|
||||||
modules.file = toString ../modules;
|
modules.file = toString ../modules;
|
||||||
|
htoprc.file = toString ../dot/htoprc;
|
||||||
packages.file = toString ../packages;
|
packages.file = toString ../packages;
|
||||||
nixos-config.symlink = "system/configuration.nix";
|
nixos-config.symlink = "system/configuration.nix";
|
||||||
secrets.pass = {
|
secrets.pass = {
|
||||||
|
|||||||
Reference in New Issue
Block a user