mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Compare commits
2 commits
a80bc8f8fd
...
8a9d318d7d
Author | SHA1 | Date | |
---|---|---|---|
8a9d318d7d | |||
a42363013f |
3 changed files with 5 additions and 3 deletions
6
lon.lock
6
lon.lock
|
@ -157,9 +157,9 @@
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"branch": "nixos-24.11",
|
"branch": "nixos-24.11",
|
||||||
"revision": "b47fd6fa00c6afca88b8ee46cfdb00e104f50bca",
|
"revision": "1807c2b91223227ad5599d7067a61665c52d1295",
|
||||||
"url": "https://github.com/nixos/nixpkgs/archive/b47fd6fa00c6afca88b8ee46cfdb00e104f50bca.tar.gz",
|
"url": "https://github.com/nixos/nixpkgs/archive/1807c2b91223227ad5599d7067a61665c52d1295.tar.gz",
|
||||||
"hash": "sha256-nbG9TijTMcfr+au7ZVbKpAhMJzzE2nQBYmRvSdXUD8g="
|
"hash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY="
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"type": "GitHub",
|
"type": "GitHub",
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
shell = lib.mkForce config.users.defaultUserShell;
|
shell = lib.mkForce config.users.defaultUserShell;
|
||||||
group = "root";
|
group = "root";
|
||||||
hashedPasswordFile = config.age.secrets.user-root-password.path;
|
hashedPasswordFile = config.age.secrets.user-root-password.path;
|
||||||
|
openssh.authorizedPrincipals = [ "julien_root" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAa0wll9ildhgPiV0DhgJXXtw3TQr5VkNxxxPspHSbX julien@gallifrey"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAa0wll9ildhgPiV0DhgJXXtw3TQr5VkNxxxPspHSbX julien@gallifrey"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
hashedPasswordFile = config.age.secrets.julien-password.path;
|
hashedPasswordFile = config.age.secrets.julien-password.path;
|
||||||
|
openssh.authorizedPrincipals = [ "julien" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.allowed-users = [ "julien" ];
|
nix.settings.allowed-users = [ "julien" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue