empty_pattern
This commit is contained in:
@@ -34,21 +34,9 @@
|
||||
nix = {
|
||||
linux-builder = {
|
||||
enable = false;
|
||||
config = (
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.cores = 6;
|
||||
# environment.etc."ccache.conf".text = ''
|
||||
# remote_storage: redis://jallen-nas.local:6363
|
||||
# remote_only: true
|
||||
# '';
|
||||
# programs.ccache.cacheDir = "/etc/ccache";
|
||||
# systemd.tmpfiles.rules = [
|
||||
# # "d /var/cache/ccache 0770 builder nixbld -"
|
||||
# "p+ /var/cache/ccache/ccache.conf - - - - /etc/ccache.conf"
|
||||
# ];
|
||||
}
|
||||
);
|
||||
config = ({
|
||||
virtualisation.cores = 6;
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.nix-plist-manager = {
|
||||
enable = true;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
disko.devices = {
|
||||
disk = {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.lsfg-vk = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user