fix template typos

This commit is contained in:
Swarsel 2024-02-07 17:46:13 +01:00
parent bc0de5c845
commit 1332f472ca
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 10 additions and 5 deletions

View file

@ -586,13 +586,13 @@ No matter what you do, check the initial /etc/nixos/configuration.nix for notabl
{
<<gpgconf>>
<<gpgagent>>
home = {
username = "TEMPLATE";
homeDirectory = "/home/TEMPLATE";
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
keyboard.layout = "us"; # TEMPLATE
home.packages = with pkgs; [
packages = with pkgs; [
# ---------------------------------------------------------------
# if schildichat works on this machine, use it, otherwise go for element
# element-desktop
@ -1340,7 +1340,7 @@ New setup for the SP3, this time using NixOS - another machine will take over th
homeDirectory = "/home/swarsel";
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
keyboard.layout = "us"; # TEMPLATE
home.packages = with pkgs; [
packages = with pkgs; [
];
};
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/sops" ];

View file

@ -3,12 +3,17 @@
{
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
home = {
username = "TEMPLATE";
homeDirectory = "/home/TEMPLATE";
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
keyboard.layout = "us"; # TEMPLATE
home.packages = with pkgs; [
packages = with pkgs; [
# ---------------------------------------------------------------
# if schildichat works on this machine, use it, otherwise go for element
# element-desktop

View file

@ -13,7 +13,7 @@
homeDirectory = "/home/swarsel";
stateVersion = "23.05"; # TEMPLATE -- Please read the comment before changing.
keyboard.layout = "us"; # TEMPLATE
home.packages = with pkgs; [
packages = with pkgs; [
];
};
sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/sops" ];