mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Cosmic and fixing terraform
This commit is contained in:
parent
a93c2bc3b9
commit
38046556b4
4 changed files with 152 additions and 47 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue