encryption bitch
This commit is contained in:
parent
4508333405
commit
908d10be5d
11 changed files with 168 additions and 31 deletions
|
|
@ -1,3 +1,10 @@
|
|||
{pkgs,...}: {
|
||||
environment.defaultPackages = [pkgs.neovim]; # Still have to be able to edit configs.
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.defaultPackages = [
|
||||
pkgs.neovim
|
||||
inputs.agenix.packages.${pkgs.system}.default
|
||||
]; # Still have to be able to edit configs.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
users.users.jsw = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
initialPassword = "changeme";
|
||||
hashedPasswordFile = config.age.secrets.password.path;
|
||||
extraGroups = [
|
||||
"libvirtd"
|
||||
"NetworkManager"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue