Compare commits

...

3 Commits

Author SHA1 Message Date
coolneng 22772c000d
Update stateVersion 2022-08-27 22:00:56 +02:00
coolneng 151a7467fc
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b784c5ae63dd288375af1b4d37b8a27dd8061887' (2022-08-24)
  → 'github:NixOS/nixpkgs/f3d0897be466aa09a37f6bf59e62c360c3f9a6cc' (2022-08-25)
2022-08-27 21:27:21 +02:00
coolneng 92e47ccb6c
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d' (2022-08-12)
  → 'github:NixOS/nixpkgs/b784c5ae63dd288375af1b4d37b8a27dd8061887' (2022-08-24)
2022-08-26 11:46:13 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ in {
services.chrony.enable = true; services.chrony.enable = true;
# NixOS version # NixOS version
system.stateVersion = "20.09"; system.stateVersion = "22.05";
# Create coolneng user # Create coolneng user
users.users.coolneng = { users.users.coolneng = {

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660305968, "lastModified": 1661450036,
"narHash": "sha256-r0X1pZCSEA6mzt5OuTA7nHuLmvnbkwgpFAh1iLIx4GU=", "narHash": "sha256-0/9UyJLtfWqF4uvOrjFIzk8ue1YYUHa6JIhV0mALkH0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d", "rev": "f3d0897be466aa09a37f6bf59e62c360c3f9a6cc",
"type": "github" "type": "github"
}, },
"original": { "original": {