diff --git a/flake.lock b/flake.lock index cc7c7cb..a930f84 100644 --- a/flake.lock +++ b/flake.lock @@ -317,11 +317,11 @@ ] }, "locked": { - "lastModified": 1702177733, - "narHash": "sha256-lr3hkmmuqDFPj3i41cHpaALF3Txo3kxsJ3L6jZLujJ8=", + "lastModified": 1702291765, + "narHash": "sha256-kfxavgLKPIZdYVPUPcoDZyr5lleymrqbr5G9PVfQ2NY=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "58ecd98e27e27fcbb27a51a588555c828b1ec56e", + "rev": "45d82e0a8b9dd6c5dd9da835ac0c072239af7785", "type": "github" }, "original": { @@ -332,11 +332,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1702245580, - "narHash": "sha256-tTVRB42Ljo2uWGP7ei5h5/qQjOsdXoz0GHRy9hrVrdw=", + "lastModified": 1702336390, + "narHash": "sha256-BRO8J8QbmyuS0XMh4UfY11akgTGZj1YhkqNvR83JrsI=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "030edbb68e69f2b97231479f98a9597024650df2", + "rev": "fef05bf9c8e818f4ca1425ef4c18e6680becd072", "type": "github" }, "original": { @@ -404,11 +404,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1702228270, - "narHash": "sha256-pmhnEHGnP5n7UrWcOx/qEI0jjAhzbEianKdMqbI7gWg=", + "lastModified": 1702334607, + "narHash": "sha256-C5UavWJC9xN2uFbn0G6Vc6t5GTwZCiQTwV/SUFR4ru4=", "owner": "nix-community", "repo": "nixvim", - "rev": "c1cbb0012685b69fc6391f93d279975032b37dcf", + "rev": "c9149122a8930b370678bf59b7b3226a2a6ee76a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 96b7057..aa23e3d 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; rustybar = { - url = "git+https://git.mildlyfunctional.gay/mildlyfunctionalgays/rustybar.git"; + url = + "git+https://git.mildlyfunctional.gay/mildlyfunctionalgays/rustybar.git"; inputs.nixpkgs.follows = "nixpkgs"; inputs.utils.follows = "utils"; }; diff --git a/sets/laptop.nix b/sets/laptop.nix index bad1b54..2a59ab6 100644 --- a/sets/laptop.nix +++ b/sets/laptop.nix @@ -4,6 +4,7 @@ imports = [ ./wifi.nix ]; services.avahi.publish.enable = false; + services.chrony.serverOption = "offline"; services.upower.enable = true; programs.light.enable = true; users.users.artemis.extraGroups = [ "video" ]; diff --git a/sets/workstation.nix b/sets/workstation.nix index 735f23f..597b231 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -33,6 +33,7 @@ }; }; blueman.enable = true; + chrony.enable = true; flatpak.enable = true; pcscd.enable = true; printing.enable = true;