cleanup
Some checks failed
CI / formatting (push) Failing after 9m23s
CI / nix_flake_check (push) Failing after 9m25s

This commit is contained in:
Narrator 2025-12-10 10:30:34 +01:00
parent 49dc0ecc50
commit 1af8b09df2
Signed by: Narrator
SSH key fingerprint: SHA256:vVtKn4QxRw+5lhRxGf6CeaA4Dgnsl7DMlQEzwkcMPV0
3 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ result-*
# Ignore automatically generated direnv output
.direnv
.aider*

View file

@ -29,6 +29,22 @@
enable = true;
enableOnBoot = true;
};
virtualisation = {
containers.enable = true;
podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true; # Required for containers under podman-compose to be able to talk to each other.
};
};
nix.settings = {
substituters = [
"https://cache.nixos-cuda.org"
];
trusted-public-keys = [
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
];
};
# Users
programs.fish.enable = true;
@ -56,6 +72,10 @@
lightdm
i3
awesome
(ollama.override {
acceleration = "cuda";
})
blueman
];

View file

@ -17,6 +17,8 @@
stateVersion = "25.05";
packages = with pkgs; [
aider-chat
distrobox
ssh-to-age
pinentry-curses
cryptsetup