sops
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
namespace,
|
namespace,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
};
|
};
|
||||||
user = {
|
user = {
|
||||||
name = "matt";
|
name = "matt";
|
||||||
password = "BogieDudie1";
|
passwordFile = config.sops.secrets."pi4/matt_password".path;
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"docker"
|
"docker"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
namespace,
|
namespace,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@@ -26,7 +27,7 @@
|
|||||||
desktop.hyprland.enable = false;
|
desktop.hyprland.enable = false;
|
||||||
user = {
|
user = {
|
||||||
name = "matt";
|
name = "matt";
|
||||||
password = "BogieDudie1";
|
passwordFile = config.sops.secrets."pi4/matt_password".path;
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
extraGroups = [ "docker" ];
|
extraGroups = [ "docker" ];
|
||||||
sshKeys = [
|
sshKeys = [
|
||||||
|
|||||||
Reference in New Issue
Block a user