mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
17d3c70d1c
commit
f65b69e7d6
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
networking.hostName = "aly-server";
|
networking.hostName = "aly-server";
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
virtualisation.hypervGuest.enable = true;
|
virtualisation.hypervGuest.enable = true;
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
boot.blacklistedKernelModules = [ "hyperv_fb" ];
|
boot.blacklistedKernelModules = [ "hyperv_fb" ];
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
description = "aly";
|
description = "aly";
|
||||||
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
|
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
|
||||||
openssh.authorizedKeys.keys = import ../data/authorized_keys.nix;
|
openssh.authorizedKeys.keys = import ../data/authorized_keys.nix;
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue