Cleanup cosmic stuff

This commit is contained in:
Tyler Mayoff 2025-03-20 19:54:24 -04:00
parent 1bb97e3fd1
commit 8068a20e5f
2 changed files with 5 additions and 1 deletions

View file

@ -47,6 +47,10 @@
nix.optimise.automatic = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings.trusted-users = ["tyler" "@wheel"];
nix.settings = {
substituters = ["https://cosmic.cachix.org/"];
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
};
networking.hostName = "wash"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.