init
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ];
|
||||
boot.loader.grub.device = "nodev";
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
./hyprland.nix
|
||||
./trim.nix
|
||||
./bluetooth.nix
|
||||
./services.nix
|
||||
./nixvim/nixvim.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
@@ -4,14 +4,14 @@
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
||||
users.amper = {
|
||||
users.wyj = {
|
||||
isNormalUser = true;
|
||||
description = "Ampersand";
|
||||
description = "Yingjie Wang";
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.getty.autologinUser = "amper";
|
||||
#services.getty.autologinUser = "amper";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user