cleanup
This commit is contained in:
parent
49dc0ecc50
commit
1af8b09df2
3 changed files with 23 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ result-*
|
|||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
.aider*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
stateVersion = "25.05";
|
||||
|
||||
packages = with pkgs; [
|
||||
aider-chat
|
||||
distrobox
|
||||
ssh-to-age
|
||||
pinentry-curses
|
||||
cryptsetup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue