remove useless comments, update hyperhive
This commit is contained in:
parent
fede9230f8
commit
15a6f444a9
4 changed files with 4 additions and 12 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -363,11 +363,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1780133251,
|
||||
"narHash": "sha256-lAM3/Arxt4HzhFbW6aihYFkvnZ+ZAF1ycXff0WA1Upk=",
|
||||
"lastModified": 1780135261,
|
||||
"narHash": "sha256-LZlt7RyInfPR1GRVD2DhQF5BshZmqS7t64RxN99WEzk=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "983a4fa229925e84802d11e3ded9822e5a98e76e",
|
||||
"revCount": 867,
|
||||
"rev": "34f0c1193622b9a747e8da5d1138f7c56d9094fe",
|
||||
"revCount": 870,
|
||||
"type": "git",
|
||||
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
config = {
|
||||
my.podman.enable = true;
|
||||
|
||||
# uncomment for build check on non arm system (requires --impure)
|
||||
# nixpkgs.buildPlatform = builtins.currentSystem;
|
||||
users.users = {
|
||||
root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY pixel-JuiceSSH"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
# uncomment for build check on non arm system (requires --impure)
|
||||
# nixpkgs.buildPlatform = builtins.currentSystem;
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdYqY3Y1/f1bsAi5Qfyr/UWuX9ixu96IeAlhoQaJkbf"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY pixel-JuiceSSH"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
# uncomment for build check on non arm system (requires --impure)
|
||||
# nixpkgs.buildPlatform = builtins.currentSystem;
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY pixel-JuiceSSH"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO1CRn4yYTL4XUdCebE8Z4ZeuMujBjorTdWifg911EOv pc2 home roaming"
|
||||
|
|
|
|||
Loading…
Reference in a new issue