updates config
This commit is contained in:
parent
8156c9bd85
commit
e72a052384
182 changed files with 47 additions and 10411 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
flake.modules.darwin.system =
|
||||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
system = {
|
||||
primaryUser = username;
|
||||
|
|
@ -65,8 +65,8 @@ in
|
|||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
};
|
||||
|
||||
flake.modules.nixos.system =
|
||||
{ pkgs }:
|
||||
flake.modules.nixos.base =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue