Fix PT git and syncthing, cleanup
This commit is contained in:
@@ -108,7 +108,6 @@
|
|||||||
inherit inputs;
|
inherit inputs;
|
||||||
pkgsStable = pkgsStableSettings host.system;
|
pkgsStable = pkgsStableSettings host.system;
|
||||||
hosts = hosts;
|
hosts = hosts;
|
||||||
ip = host.ip;
|
|
||||||
quirks = (quirks: (import ./quirks { inherit quirks; }));
|
quirks = (quirks: (import ./quirks { inherit quirks; }));
|
||||||
};
|
};
|
||||||
pkgs = pkgsSettings host.system;
|
pkgs = pkgsSettings host.system;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
devFolder = "~/dev/PT";
|
devFolder = "~/dev/PT/";
|
||||||
conf = config.pt;
|
conf = config.pt;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@@ -55,10 +55,12 @@ in
|
|||||||
|
|
||||||
home.file.ptDevStIgnore = {
|
home.file.ptDevStIgnore = {
|
||||||
enable = true;
|
enable = true;
|
||||||
target = lib.removePrefix "~/" (devFolder + "/.stignore");
|
target = lib.removePrefix "~/" (devFolder + ".stignore");
|
||||||
text = ''
|
text = ''
|
||||||
**/.devenv/
|
**/.devenv/
|
||||||
**/.direnv/
|
**/.direnv/
|
||||||
|
**/.volumes
|
||||||
|
**/*.qcow2
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user