remove git-lfs from palentine-hill (#78)

* remove git-lfs from palentine-hill

* fix secrets
This commit is contained in:
Dennis 2024-02-06 22:46:13 +01:00 committed by GitHub
parent d020ef2189
commit 3b70b4ea60
2 changed files with 7 additions and 6 deletions

12
flake.lock generated
View File

@ -119,11 +119,11 @@
]
},
"locked": {
"lastModified": 1707114923,
"narHash": "sha256-LDYPWa+BgxHSNEye93SyIPgz5u3RAfh78P9KyO+rQzI=",
"lastModified": 1707175763,
"narHash": "sha256-0MKHC6tQ4KEuM5rui6DjKZ/VNiSANB4E+DJ/+wPS1PU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "afcedcf2c8e424d0465e823cf833eb3adebe1db7",
"rev": "f99eace7c167b8a6a0871849493b1c613d0f1b80",
"type": "github"
},
"original": {
@ -271,11 +271,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706913249,
"narHash": "sha256-x3M7iV++CsvRXI1fpyFPduGELUckZEhSv0XWnUopAG8=",
"lastModified": 1707092692,
"narHash": "sha256-ZbHsm+mGk/izkWtT4xwwqz38fdlwu7nUUKXTOmm4SyE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e92b6015881907e698782c77641aa49298330223",
"rev": "faf912b086576fd1a15fca610166c98d47bc667e",
"type": "github"
},
"original": {

View File

@ -81,6 +81,7 @@
nfs.server.enable = true;
openssh.ports = [ 666 ];
smartd.enable = true;
git.lfs.enable = false;
zfs = {
trim.enable = true;