This commit is contained in:
Noa Aarts 2024-03-16 13:30:29 +01:00
parent 3054b0692d
commit ac7c134e02

View file

@ -37,8 +37,8 @@
# auto optimise every so often # auto optimise every so often
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
substituters = ["https://hyprland.cachix.org"]; substituters = ["https://hyprland.cachix.org" "https://cache.iog.io"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="];
}; };
gc.automatic = true; gc.automatic = true;
}; };
@ -81,9 +81,8 @@
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users = { users.users = {
root = { root = {
isSystemUser = true;
description = "Root";
hashedPassword = "!"; hashedPassword = "!";
};
noa = { noa = {
isNormalUser = true; isNormalUser = true;
description = "Noa Aarts"; description = "Noa Aarts";
@ -143,7 +142,6 @@
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [ programs.nix-ld.libraries = with pkgs; [
wayland wayland
]; ];
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;