empty_pattern

This commit is contained in:
mjallen18
2026-04-05 14:49:16 -05:00
parent 159ad4cb83
commit 07b1fc3618
12 changed files with 4 additions and 41 deletions

View File

@@ -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;
});
};
};

View File

@@ -1,4 +1,3 @@
{ ... }:
{
services.nix-plist-manager = {
enable = true;

View File

@@ -1,4 +1,3 @@
{ ... }:
{
disko.devices = {
disk = {

View File

@@ -1,4 +1,3 @@
{ ... }:
{
services.lsfg-vk = {
enable = true;