stuff
This commit is contained in:
parent
be422948c7
commit
290f2dadc3
19 changed files with 203 additions and 130 deletions
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./bash.nix
|
||||
./boot.nix
|
||||
./bottom.nix
|
||||
./cnf.nix
|
||||
./dbus.nix
|
||||
./direnv.nix
|
||||
./fs.nix
|
||||
./fwupd.nix
|
||||
./gc.nix
|
||||
./git.nix
|
||||
./nix.nix
|
||||
./readline.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./sudo.nix
|
||||
./swap.nix
|
||||
./time.nix
|
||||
./users.nix
|
||||
];
|
||||
}
|
|
@ -4,8 +4,6 @@
|
|||
users = {
|
||||
mutableUsers = false;
|
||||
|
||||
groups.lukas.gid = 1000;
|
||||
|
||||
users = {
|
||||
root.hashedPassword = "!";
|
||||
lukas = {
|
||||
|
@ -14,7 +12,6 @@
|
|||
hashedPasswordFile = config.age.secrets.user-lukas.path;
|
||||
openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).users;
|
||||
extraGroups = ["wheel" "networkmanager" "gamemode"];
|
||||
linger = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue