mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
feat: more semantic system labels
This commit is contained in:
parent
bea05a680a
commit
6e8d03a4f4
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
|
@ -63,6 +68,8 @@
|
|||
"/persistent/etc/ssh/ssh_host_ed25519_key"
|
||||
];
|
||||
|
||||
system.nixos.label = "${config.system.nixos.release}-${(builtins.fetchGit ../.).dirtyShortRev}";
|
||||
|
||||
security.pki.certificates = [
|
||||
''
|
||||
-----BEGIN CERTIFICATE-----
|
||||
|
|
Loading…
Add table
Reference in a new issue