niksos/hosts/chmura/system.nix
jacekpoz b9e3184597
Squashed commit of the following:
commit 554a2784b4
Author: jacekpoz <jacekpoz@proton.me>
Date:   Sun Sep 1 22:28:35 2024 +0200

    make all system.nix files functions

commit dc21222846
Author: jacekpoz <jacekpoz@proton.me>
Date:   Sun Sep 1 21:09:09 2024 +0200

    attempt 1
2024-09-01 22:31:32 +02:00

7 lines
132 B
Nix

_: {
poz.other.system = {
hostname = "chmura";
username = "chmura";
platform = "x86_64-linux";
};
}