Cosmic and fixing terraform

This commit is contained in:
Gene Liverman 2024-08-12 15:52:34 -04:00
parent a93c2bc3b9
commit 38046556b4
4 changed files with 152 additions and 47 deletions

View file

@ -86,6 +86,7 @@
services = {
boinc.enable = true;
desktopManager.cosmic.enable = true;
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
@ -165,6 +166,7 @@
tailscale-systray
];
};
virtualisation = {
containers.enable = true;
libvirtd = {

View file

@ -43,10 +43,18 @@
"flakes"
"nix-command"
];
extra-substituters = [
# extra-substituters = [
# ];
# extra-trusted-public-keys = [
# ];
substituters = [
"https://cache.nixos.org" # default one
"https://cosmic.cachix.org/"
"https://nixpkgs-terraform.cachix.org"
];
extra-trusted-public-keys = [
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" # default one
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"nixpkgs-terraform.cachix.org-1:8Sit092rIdAVENA3ZVeH9hzSiqI/jng6JiCrQ1Dmusw="
];
trusted-users = [ "${username}" ];