mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: configure fish as login shell
This commit is contained in:
parent
d481affc6d
commit
db9717f98a
2 changed files with 13 additions and 11 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
#
|
||||
# My user
|
||||
#
|
||||
programs.fish.enable = true;
|
||||
nix.settings.trusted-users = ["leana"];
|
||||
users.users."leana" = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -9,6 +14,7 @@
|
|||
description = "Leana";
|
||||
group = "leana";
|
||||
extraGroups = ["wheel"];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||
};
|
||||
users.groups.leana = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue