NTP sync with chrony
This commit is contained in:
parent
44ee4eb0bb
commit
7ef37c2732
18
flake.lock
18
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": {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
};
|
||||
};
|
||||
blueman.enable = true;
|
||||
chrony.enable = true;
|
||||
flatpak.enable = true;
|
||||
pcscd.enable = true;
|
||||
printing.enable = true;
|
||||
|
|
Loading…
Reference in a new issue