mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
add host platform
This commit is contained in:
parent
8e54d70761
commit
c00f813239
2 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,8 @@
|
|||
])
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
hostName = "Incarceron";
|
||||
persistFolder = "/persist";
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@
|
|||
])
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
hostName = "Incarceron";
|
||||
persistFolder = "/persist";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue