sombrero: Update to 23.05

This commit is contained in:
Alexander Heldt
2023-10-22 15:15:39 +02:00
parent fbf38c4cf9
commit d1343c563c
3 changed files with 83 additions and 95 deletions

19
flake.lock generated
View File

@@ -266,22 +266,6 @@
"type": "github"
}
},
"nixpkgs2211": {
"locked": {
"lastModified": 1688392541,
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@@ -290,8 +274,7 @@
"hyprland-contrib": "hyprland-contrib",
"nh": "nh",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs2211": "nixpkgs2211"
"nixpkgs": "nixpkgs"
}
},
"systems": {

View File

@@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs2211.url = "github:nixos/nixpkgs/nixos-22.11";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
@@ -49,7 +48,7 @@
];
};
sombrero = inputs.nixpkgs2211.lib.nixosSystem {
sombrero = inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs; };
modules = [

View File

@@ -28,7 +28,10 @@
};
};
tmpOnTmpfs = true;
tmp = {
useTmpfs = true;
};
kernelPackages = pkgs.linuxPackages_rpi4;
kernelParams = [
"8250.nr_uarts=1"
@@ -160,6 +163,8 @@
key = "/home/alex/backup/sync/hosts/sombrero/syncthing/key.pem";
guiAddress = "0.0.0.0:8384";
settings = {
extraOptions = {
gui = {
user = "syncthing";
@@ -258,6 +263,7 @@
};
};
};
};
restic.backups = {
"sync" = {