ssh update + fstab
This commit is contained in:
parent
5fcacb71b4
commit
a69cd04c8a
@ -290,8 +290,8 @@ users.users.jawz = {
|
|||||||
openssh = {
|
openssh = {
|
||||||
authorizedKeys.keys = [
|
authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIParbc033V2/yPsuhBQ8NPbnsEI/Ec0N4Lk6RJubTFfZ jawz@server"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH2wtsaMvfEUm//2YnFHyrc16o+TOXXBfIGPJ9nL8RMp jawz@workstation"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcZqjRU6hPBhJI0DJZoAjtdg8yBFbGhG5ohSZqhkYp+ capta@workstation"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCvAdMGKPSNYihtue5RjtcyPaMjzoC3mCT26rS3rtss jawz@galaxy"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@ -69,6 +69,7 @@ passwords and other secrets.
|
|||||||
imports = [
|
imports = [
|
||||||
# <agenix/modules/age.nix>
|
# <agenix/modules/age.nix>
|
||||||
./fstab.nix
|
./fstab.nix
|
||||||
|
./docker.nix
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
# nixGaming.nixosModules.pipewireLowLatency
|
# nixGaming.nixosModules.pipewireLowLatency
|
||||||
];
|
];
|
||||||
@ -181,9 +182,9 @@ nix = let featuresList = [
|
|||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = [ "nixremote" ];
|
trusted-users = [ "nixremote" ];
|
||||||
system-features = featuresList;
|
system-features = featuresList;
|
||||||
# experimental-features = [
|
experimental-features = [
|
||||||
# "nix-command" "flakes"
|
"nix-command" "flakes"
|
||||||
# ];
|
];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-gaming.cachix.org"
|
"https://nix-gaming.cachix.org"
|
||||||
"https://nixpkgs-python.cachix.org"
|
"https://nixpkgs-python.cachix.org"
|
||||||
@ -361,7 +362,8 @@ users = {
|
|||||||
openssh = {
|
openssh = {
|
||||||
authorizedKeys.keys = [
|
authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5GaQM4N+yGAByibOFQOBVMV/6TjOfaGIP+NunMiK76 gpodeacero\cdreyes@100CDREYES"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIParbc033V2/yPsuhBQ8NPbnsEI/Ec0N4Lk6RJubTFfZ jawz@workstation"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx4KRyxm4DeZ7nRhrddTy/P/FaWRl1hkk4FoAr6Nx91 jawz@galaxy"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@ -52,8 +52,8 @@
|
|||||||
# options = [ "x-systemd.automount" "noauto" ];
|
# options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
"/mnt/pool" = mount "pool" // { };
|
# "/mnt/pool" = mount "pool" // { };
|
||||||
"/mnt/jawz" = mount "jawz" // { };
|
# "/mnt/jawz" = mount "jawz" // { };
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/mapper/nvme";
|
device = "/dev/mapper/nvme";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user