Merge pull request #453 from jwpconsulting/update-nix

Update flake.lock, system.stateVersion and migrate displayManager setting
pull/457/head
drduh 2024-07-21 21:01:37 +00:00 committed by GitHub
commit d9af1dea50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -18,11 +18,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1720110830,
"narHash": "sha256-E5dN9GDV4LwMEduhBLSkyEz51zM17XkWZ3/9luvNOPs=",
"lastModified": 1721226092,
"narHash": "sha256-UBvzVpo5sXSi2S/Av+t+Q+C2mhMIw/LBEZR+d6NMjws=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c0d0be00d4ecc4b51d2d6948e37466194c1e6c51",
"rev": "c716603a63aca44f39bef1986c13402167450e0a",
"type": "github"
},
"original": {

View File

@ -118,10 +118,12 @@
};
displayManager = {
lightdm.enable = true;
autoLogin = {
enable = true;
user = "nixos";
};
};
};
displayManager = {
autoLogin = {
enable = true;
user = "nixos";
};
};
# Host the `https://secure.research.vt.edu/diceware/` website offline
@ -266,7 +268,7 @@
ln -sf ${dicewareWebApp}/share/applications/${dicewareWebApp.name} ${desktopDir}
ln -sfT ${self} ${documentsDir}/YubiKey-Guide
'';
system.stateVersion = "23.11";
system.stateVersion = "24.05";
}
)
];