Move izanagi configs to new structure
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
{
|
||||
imports = [
|
||||
../../minimal.nix
|
||||
|
||||
../hardware-configuration.nix
|
||||
../disko-config.nix
|
||||
|
||||
];
|
||||
|
||||
users.users.${username} = {
|
||||
|
||||
@@ -91,8 +91,6 @@ in {
|
||||
# This is fujin root user ssh key, it needs to be updated if fujin is reinstalled
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbNm8WiTyYxEv0Hb9V/E84WH3fiCwWeYG9da8sDaU0V root@nixos"
|
||||
];
|
||||
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -13,8 +13,10 @@ let
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
./disko-config.nix
|
||||
../../minimal.nix
|
||||
|
||||
../hardware-configuration.nix
|
||||
../disko-config.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
@@ -85,8 +87,6 @@ in {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBcGhVpjmWEw1GEw0y/ysJPa2v3+u/Rt/iES/Se2huH2 alexander0derevianko@gmail.com"
|
||||
];
|
||||
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
Reference in New Issue
Block a user