This commit is contained in:
Rouven Seifert 2024-01-22 01:08:20 +01:00
parent 6cb6667093
commit c8fa651010
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 18 additions and 18 deletions

View file

@ -180,11 +180,11 @@
]
},
"locked": {
"lastModified": 1705169127,
"narHash": "sha256-j9OEtNxOIPWZWjbECVMkI1TO17SzlpHMm0LnVWKOR/g=",
"lastModified": 1705879479,
"narHash": "sha256-ZIohbyly1KOe+8I3gdyNKgVN/oifKdmeI0DzMfytbtg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "f2942f3385f1b35cc8a1abb03a45e29c9cb4d3c8",
"rev": "2d47379ad591bcb14ca95a90b6964b8305f6c913",
"type": "github"
},
"original": {
@ -281,11 +281,11 @@
]
},
"locked": {
"lastModified": 1705201750,
"narHash": "sha256-0umjkDiAoXDsIhaFlIIhKFTX/q7sMhfzvhNuY6wFdZo=",
"lastModified": 1705806513,
"narHash": "sha256-FcOmNjhHFfPz2udZbRpZ1sfyhVMr+C2O8kOxPj+HDDk=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "274a40dbf8be212697f3988471a4473987f8a886",
"rev": "f8e04fbcebcc24cebc91989981bd45f69b963ed7",
"type": "github"
},
"original": {
@ -296,11 +296,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1705133751,
"narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=",
"lastModified": 1705677747,
"narHash": "sha256-eyM3okYtMgYDgmYukoUzrmuoY4xl4FUujnsv/P6I/zI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d",
"rev": "bbe7d8f876fbbe7c959c90ba2ae2852220573261",
"type": "github"
},
"original": {
@ -398,11 +398,11 @@
]
},
"locked": {
"lastModified": 1704138480,
"narHash": "sha256-KSWmE3C/nnU6gJ2KIYaTPB4Yk58BhqFdOhaIuhCCFfg=",
"lastModified": 1705881825,
"narHash": "sha256-tFmDS9lSuDKx6voMK4HlLAI0/IR5x319Ng8LvhsfL1U=",
"owner": "therealr5",
"repo": "purge",
"rev": "3ae163c8fa9a64ecf1d06f390c6072948a57905f",
"rev": "364bc2c5522dda77947f003d3ab03d023a7318e1",
"type": "github"
},
"original": {
@ -488,11 +488,11 @@
]
},
"locked": {
"lastModified": 1704138497,
"narHash": "sha256-+bDxq8eeLpPO/4fZm4ikAbW064T4+n8CIY4kv+sd41U=",
"lastModified": 1705881878,
"narHash": "sha256-IjPs0vpoSHZ1rNGk/NVME8NvBmc/UvTFEYXW5u182BM=",
"owner": "therealr5",
"repo": "TruckSimulatorBot",
"rev": "1053bcb5419c18fb7f700e7b2a0cde9c0467f79c",
"rev": "e1267370b788e450b780371b1e94a730a55bd7a3",
"type": "github"
},
"original": {

View file

@ -55,7 +55,7 @@
enable = true;
settings.PasswordAuthentication = false;
};
services.journald.enableHttpGateway = true;
services.journald.gateway.enable = true;
programs.mosh.enable = true;
users.users.root.openssh.authorizedKeys.keyFiles = [
../../keys/ssh/rouven-thinkpad

View file

@ -64,7 +64,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.journald.enableHttpGateway = true;
services.journald.gateway.enable = true;
programs.mosh.enable = true;

View file

@ -14,7 +14,7 @@
};
services.resolved = {
enable = true;
# dnssec = "true";
dnssec = "true";
fallbackDns = [
"9.9.9.9"
"149.112.112.112"