Compare commits

..

4 commits

Author SHA1 Message Date
b0d5d260ff lock: update 2024-06-26 19:55:59 +02:00
f9a234faea nixos/core-desktop: disable alsa sound
it is handled by pipewire anyway, don't have multiple sound software
2024-06-26 19:55:49 +02:00
c07550cb44 hosts/main: disable socket activation for cupsd 2024-06-26 19:38:17 +02:00
eaa16464fa vm.sh: delete
no longer needed with the current nixos-rebuild
2024-06-26 19:37:20 +02:00
4 changed files with 6 additions and 5 deletions

View file

@ -45,6 +45,8 @@
];
};
services.printing.startWhenNeeded = false;
system.stateVersion = "23.05";
};
}

View file

@ -1,6 +1,6 @@
{
nixpkgs = {
revision = "2975732531b5fa6e728f837c6f090335cbef5285";
sha256 = "0hwawvw8kf70f87ygv9pjndwwiddigh5vv1w5jdbp3dxv9slsx2v";
revision = "fc07dc3bdf2956ddd64f24612ea7fc894933eb2e";
sha256 = "15jnfpv9wk5sv52ccrvi2130pkrdym9333ngcgxrzi8mam2gmzh3";
};
}

View file

@ -4,7 +4,7 @@
config = {
services.printing.enable = true;
sound.enable = true;
sound.enable = false;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@ -25,4 +25,4 @@
X11Forwarding yes
'';
};
}
}

1
vm.sh
View file

@ -1 +0,0 @@
nix-build '<nixpkgs/nixos>' -A vm -I nixos-config=./hosts/vm.nix $@ && $(ls ./result/bin/run-*) -m 4096 && rm *.qcow2