added users that can be disabled
This commit is contained in:
parent
9418b91b4d
commit
eda1db9136
6 changed files with 193 additions and 94 deletions
|
@ -1,6 +1,5 @@
|
|||
# leyla laptop
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
@ -17,6 +16,10 @@
|
|||
|
||||
sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt";
|
||||
|
||||
users.leyla.isNormalUser = true;
|
||||
users.ester.isNormalUser = true;
|
||||
users.eve.isNormalUser = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue