Only add upload-to-files
on t490
It's not needed on other systems, such as hetznix.
This commit is contained in:
parent
0d05eb3df6
commit
fcf0f8d39d
2 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
features = {
|
||||
|
@ -28,5 +28,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ isync ];
|
||||
home.packages = with pkgs; [
|
||||
isync
|
||||
upload-to-files
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue