mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
move to fish
This commit is contained in:
parent
197b8a3dc0
commit
e501580689
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ config, pkgs, lib, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.fish;
|
||||||
sops.secrets.user-root-password.neededForUsers = true;
|
sops.secrets.user-root-password.neededForUsers = true;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
uid = config.ids.uids.root;
|
uid = config.ids.uids.root;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/julien";
|
home = "/home/julien";
|
||||||
extraGroups = [ "wheel" config.users.groups.keys.name "networkmanager" "davfs2" "adbusers" "audio" "pipewire" "dialout" "video" ];
|
extraGroups = [ "wheel" config.users.groups.keys.name "networkmanager" "davfs2" "adbusers" "audio" "pipewire" "dialout" "video" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.fish;
|
||||||
hashedPasswordFile = config.sops.secrets.user-julien-password.path;
|
hashedPasswordFile = config.sops.secrets.user-julien-password.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue