Update Nix dependencies
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -484,16 +484,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705183652,
|
"lastModified": 1767325753,
|
||||||
"narHash": "sha256-rnfkyUH0x72oHfiSDhuCHDHg3gFgF+lF8zkkg5Zihsw=",
|
"narHash": "sha256-yA/CuWyqm+AQo2ivGy6PlYrjZBQm7jfbe461+4HF2fo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "428544ae95eec077c7f823b422afae5f174dee4b",
|
"rev": "64049ca74d63e971b627b5f3178d95642e61cedd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-23.11",
|
"ref": "nixos-25.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
|
|
||||||
emanote.url = "github:srid/emanote";
|
emanote.url = "github:srid/emanote";
|
||||||
emanote.inputs.emanote-template.follows = "";
|
emanote.inputs.emanote-template.follows = "";
|
||||||
@@ -29,6 +29,12 @@
|
|||||||
nixosConfigurations.linode-nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.linode-nixos = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs emanote; };
|
specialArgs = { inherit inputs emanote; };
|
||||||
modules = [
|
modules = [
|
||||||
|
{
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"jitsi-meet-1.0.8792"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
./server-config/configuration.nix
|
./server-config/configuration.nix
|
||||||
|
|
||||||
./nixos-apps
|
./nixos-apps
|
||||||
|
|||||||
@@ -67,8 +67,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.xkb.layout = "us";
|
||||||
services.xserver.xkbOptions = "ctrl:swapcaps";
|
services.xserver.xkb.options = "ctrl:swapcaps";
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.alice = {
|
users.users.alice = {
|
||||||
|
|||||||
Reference in New Issue
Block a user