bump inputs

This commit is contained in:
illustris 2025-02-24 16:37:39 +05:30
parent cdcbdd682f
commit 399623a7a0
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3
5 changed files with 16 additions and 19 deletions

View File

@ -233,10 +233,8 @@
};
virtualisation = {
# containers.cdi.dynamic.nvidia.enable = true;
docker = {
enable = true;
enableNvidia = true;
# extraOptions = "--storage-opt dm.basesize=20G";
storageDriver = "overlay2";
daemon.settings.bip = "192.168.9.0/22";

View File

@ -44,18 +44,6 @@
nerd-fonts.droid-sans-mono
];
hardware.pulseaudio = {
daemon.config.default-sample-channels = 6;
enable = false;
# extraConfig = ''
# load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor record=true port=8888
# '';
package = pkgs.pulseaudioFull;
# tcp = {
# enable = true;
# };
};
networking.firewall = {
enable = false;
allowedTCPPorts = [ 4713 8888 ];
@ -84,6 +72,17 @@
enable = false;
vSync = true;
};
pulseaudio = {
daemon.config.default-sample-channels = 6;
enable = false;
# extraConfig = ''
# load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor record=true port=8888
# '';
package = pkgs.pulseaudioFull;
# tcp = {
# enable = true;
# };
};
xserver = {
# defaultDepth = 30;
# displayManager.defaultSession = "none+dwm";

6
flake.lock generated
View File

@ -71,11 +71,11 @@
]
},
"locked": {
"lastModified": 1740392472,
"narHash": "sha256-w5KcTvst6ZvYFzuiHwiqQ74jjaOjR1A2W6zg8JDzNEw=",
"lastModified": 1740394183,
"narHash": "sha256-qQkR9YltMqt3OhFvUxDI59jVfyN18rBW7/NXwnkyEDY=",
"owner": "illustris",
"repo": "flake",
"rev": "c3ece0be02c02ddc042b5cc83fcca8789eb2572e",
"rev": "2d82c635e3a608ed80390cc394e0d73f6a48c152",
"type": "github"
},
"original": {

View File

@ -45,7 +45,7 @@
suckless
];
}
home-manager.nixosModule
home-manager.nixosModules.default
{
home-manager = {
useGlobalPkgs = true;

View File

@ -77,6 +77,6 @@
open = true;
};
nvidia-container-toolkit.enable = true;
opengl.enable = true;
graphics.enable = true;
};
}