Upgrade to NixOS 23.11

This commit is contained in:
Geoffrey Frogeye 2023-11-30 19:02:32 +01:00
parent bc4676dec0
commit 5ee5e5fc52
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 12 additions and 13 deletions

View file

@ -55,7 +55,6 @@
chrony = {
enable = true;
servers = map (n: "${toString n}.europe.pool.ntp.org") (lib.lists.range 0 3);
extraConfig = "rtcsync"; # See 23.11 release notes
};
# Prevent power button from shutting down the computer.

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
imports = [
"${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"}/nixos"
<home-manager/nixos>
];
users.users.geoffrey = {