titan doesn't need a home
This commit is contained in:
parent
0a2eebfabc
commit
69dd25c579
7 changed files with 24 additions and 75 deletions
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../yt.nix
|
||||
{
|
||||
disabledModules = [
|
||||
"services/backup/borgbackup.nix"
|
||||
|
@ -121,14 +122,11 @@
|
|||
|
||||
services.libinput.enable = true;
|
||||
|
||||
users.users.yt = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
users.users.yt.extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"docker"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue